#156c9b

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

Shades of Cerulean #156C9B

Tints of Cerulean #156C9B

Color information

#156C9B (or 0x156C9B) is unknown color: approx Cerulean. HEX triplet: 15, 6C and 9B. RGB value is (21,108,155). Sum of RGB (Red+Green+Blue) = 21+108+155=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #156C9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156C9B is #EA9364. Grayscale: #575757. Windows color (decimal): -15373157 or 10185749. OLE color: 10185749.

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

Color convert

RGB21108155-
CMYK0.860.3000.39
HSL201.04º76.14%34.51%-
HSV(B)201.04º86.45%60.78%-
XYZ11.5913.2532.96-
YUV87.34166.1880.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 108 (42.58% from 255) = 38.03%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=7.39%
G=38.03%
B=54.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal211081550.860.3000.39201.0476.1434.51
Hex156C9B561E027c94c23
Octal251542331263604731111443
Binary101011101100100110111010110111100100111110010011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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