#156F98

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

Shades of Cerulean #156F98

Tints of Cerulean #156F98

Color information

#156F98 (or 0x156F98) is unknown color: approx Cerulean. HEX triplet: 15, 6F and 98. RGB value is (21,111,152). Sum of RGB (Red+Green+Blue) = 21+111+152=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #156F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156F98 is #EA9067. Grayscale: #585858. Windows color (decimal): -15372392 or 9989909. OLE color: 9989909.

HSL color Cylindrical-coordinate representation of color #156F98: hue angle of 198.78º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #156F98 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB21111152-
CMYK0.860.2700.40
HSL198.78º75.72%33.92%-
HSV(B)198.78º86.18%59.61%-
XYZ11.6613.831.75-
YUV88.76163.6879.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.39%
GREEN value IS 111 (43.75% from 255) = 39.08%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=7.39%
G=39.08%
B=53.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal211111520.860.2700.40198.7875.7233.92
Hex156F98561B028c74c22
Octal251572301263305030711442
Binary101011101111100110001010110110110101000110001111001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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