#156FAA

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

Shades of Cerulean #156FAA

Tints of Cerulean #156FAA

Color information

#156FAA (or 0x156FAA) is unknown color: approx Cerulean. HEX triplet: 15, 6F and AA. RGB value is (21,111,170). Sum of RGB (Red+Green+Blue) = 21+111+170=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #156FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156FAA is #EA9055. Grayscale: #5A5A5A. Windows color (decimal): -15372374 or 11169557. OLE color: 11169557.

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

Color convert

RGB21111170-
CMYK0.880.3500.33
HSL203.76º78.01%37.45%-
HSV(B)203.76º87.65%66.67%-
XYZ13.2514.4340.12-
YUV90.82172.6878.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 111 (43.75% from 255) = 36.75%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=6.95%
G=36.75%
B=56.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211111700.880.3500.33203.7678.0137.45
Hex156FAA5823021cc4e25
Octal251572521304304131411645
Binary1010111011111010101010110001000110100001110011001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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