#156F9F

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

Shades of Cerulean #156F9F

Tints of Cerulean #156F9F

Color information

#156F9F (or 0x156F9F) is unknown color: approx Cerulean. HEX triplet: 15, 6F and 9F. RGB value is (21,111,159). Sum of RGB (Red+Green+Blue) = 21+111+159=291 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.22% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #156F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156F9F is #EA9060. Grayscale: #595959. Windows color (decimal): -15372385 or 10448661. OLE color: 10448661.

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

Color convert

RGB21111159-
CMYK0.870.3000.38
HSL200.87º76.67%35.29%-
HSV(B)200.87º86.79%62.35%-
XYZ12.2514.0334.86-
YUV89.56167.1879.1-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.22%
GREEN value IS 111 (43.75% from 255) = 38.14%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=7.22%
G=38.14%
B=54.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal211111590.870.3000.38200.8776.6735.29
Hex156F9F571E026c94d23
Octal251572371273604631111543
Binary101011101111100111111010111111100100110110010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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