#156C9C

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

Shades of Cerulean #156C9C

Tints of Cerulean #156C9C

Color information

#156C9C (or 0x156C9C) is unknown color: approx Cerulean. HEX triplet: 15, 6C and 9C. RGB value is (21,108,156). Sum of RGB (Red+Green+Blue) = 21+108+156=285 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.37% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #156C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156C9C is #EA9363. Grayscale: #575757. Windows color (decimal): -15373156 or 10251285. OLE color: 10251285.

HSL color Cylindrical-coordinate representation of color #156C9C: hue angle of 201.33º 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 #156C9C is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB21108156-
CMYK0.870.3100.39
HSL201.33º76.27%34.71%-
HSV(B)201.33º86.54%61.18%-
XYZ11.6713.2833.4-
YUV87.46166.6880.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.37%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 156 (61.33% from 255) = 54.74%
R=7.37%
G=37.89%
B=54.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211081560.870.3100.39201.3376.2734.71
Hex156C9C571F027c94c23
Octal251542341273704731111443
Binary101011101100100111001010111111110100111110010011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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