#156F9E

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

Shades of Cerulean #156F9E

Tints of Cerulean #156F9E

Color information

#156F9E (or 0x156F9E) is unknown color: approx Cerulean. HEX triplet: 15, 6F and 9E. RGB value is (21,111,158). Sum of RGB (Red+Green+Blue) = 21+111+158=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 111 (43.75% from 255 or 38.28% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #156F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156F9E is #EA9061. Grayscale: #595959. Windows color (decimal): -15372386 or 10383125. OLE color: 10383125.

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

Color convert

RGB21111158-
CMYK0.870.3000.38
HSL200.58º76.54%35.1%-
HSV(B)200.58º86.71%61.96%-
XYZ12.171434.41-
YUV89.45166.6879.18-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.24%
GREEN value IS 111 (43.75% from 255) = 38.28%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=7.24%
G=38.28%
B=54.48%

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
Decimal211111580.870.3000.38200.5876.5435.1
Hex156F9E571E026c94d23
Octal251572361273604631111543
Binary101011101111100111101010111111100100110110010011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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