#156FA9

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

Shades of Cerulean #156FA9

Tints of Cerulean #156FA9

Color information

#156FA9 (or 0x156FA9) is unknown color: approx Cerulean. HEX triplet: 15, 6F and A9. RGB value is (21,111,169). Sum of RGB (Red+Green+Blue) = 21+111+169=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #156FA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156FA9 is #EA9056. Grayscale: #5A5A5A. Windows color (decimal): -15372375 or 11104021. OLE color: 11104021.

HSL color Cylindrical-coordinate representation of color #156FA9: hue angle of 203.51º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #156FA9 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB21111169-
CMYK0.880.3400.34
HSL203.51º77.89%37.25%-
HSV(B)203.51º87.57%66.27%-
XYZ13.1614.3939.62-
YUV90.7172.1878.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 169 (66.41% from 255) = 56.15%
R=6.98%
G=36.88%
B=56.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211111690.880.3400.34203.5177.8937.25
Hex156FA95822022cc4e25
Octal251572511304204231411645
Binary1010111011111010100110110001000100100010110011001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,111,169); }

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

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

 a { background-color: rgb(21,111,169); }

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

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

 span { border-color: rgb(21,111,169); }

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