#157A9E

Color #157A9E Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #157A9E

Tints of Cerulean #157A9E

Color information

#157A9E (or 0x157A9E) is unknown color: approx Cerulean. HEX triplet: 15, 7A and 9E. RGB value is (21,122,158). Sum of RGB (Red+Green+Blue) = 21+122+158=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #157A9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #157A9E is #EA8561. Grayscale: #5F5F5F. Windows color (decimal): -15369570 or 10385941. OLE color: 10385941.

HSL color Cylindrical-coordinate representation of color #157A9E: hue angle of 195.77º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #157A9E is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB21122158-
CMYK0.870.2300.38
HSL195.77º76.54%35.1%-
HSV(B)195.77º86.71%61.96%-
XYZ13.4416.5534.83-
YUV95.9163.0474.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=6.98%
G=40.53%
B=52.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211221580.870.2300.38195.7776.5435.1
Hex157A9E5717026c44d23
Octal251722361272704630411543
Binary101011111010100111101010111101110100110110001001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157A9E; }

 p { color: rgb(21,122,158); }

 H1.HeaderClassName
 {
   color: #157A9E;
 }
 .AnyTagClassName
 {
   color: #157A9E;
 }
</style>
background-color css

<style>
 a { background-color: #157A9E; }

 a { background-color: rgb(21,122,158); }

 div.DivClassName
 {
   background-color: #157A9E;
 }
 .BgClassName
 {
   background-color: #157A9E;
 }
</style>
border-color css

<style>
 span { border-color: #157A9E; }

 span { border-color: rgb(21,122,158); }

 td.TdClassName
 {
   border-color: #157A9E;
 }
 .TagClassName
 {
   border-color: #157A9E;
 }
</style>