#156E9C

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

Shades of Cerulean #156E9C

Tints of Cerulean #156E9C

Color information

#156E9C (or 0x156E9C) is unknown color: approx Cerulean. HEX triplet: 15, 6E and 9C. RGB value is (21,110,156). Sum of RGB (Red+Green+Blue) = 21+110+156=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #156E9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156E9C is #EA9163. Grayscale: #585858. Windows color (decimal): -15372644 or 10251797. OLE color: 10251797.

HSL color Cylindrical-coordinate representation of color #156E9C: hue angle of 200.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #156E9C is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21110156-
CMYK0.870.2900.39
HSL200.44º76.27%34.71%-
HSV(B)200.44º86.54%61.18%-
XYZ11.8913.7133.47-
YUV88.63166.0179.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.32%
GREEN value IS 110 (43.36% from 255) = 38.33%
BLUE value IS 156 (61.33% from 255) = 54.36%
R=7.32%
G=38.33%
B=54.36%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211101560.870.2900.39200.4476.2734.71
Hex156E9C571D027c84c23
Octal251562341273504731011443
Binary101011101110100111001010111111010100111110010001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156E9C; }

 p { color: rgb(21,110,156); }

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

<style>
 a { background-color: #156E9C; }

 a { background-color: rgb(21,110,156); }

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

<style>
 span { border-color: #156E9C; }

 span { border-color: rgb(21,110,156); }

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