#156EAA

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

Shades of Denim #156EAA

Tints of Denim #156EAA

Color information

#156EAA (or 0x156EAA) is unknown color: approx Denim. HEX triplet: 15, 6E and AA. RGB value is (21,110,170). Sum of RGB (Red+Green+Blue) = 21+110+170=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #156EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156EAA is #EA9155. Grayscale: #595959. Windows color (decimal): -15372630 or 11169301. OLE color: 11169301.

HSL color Cylindrical-coordinate representation of color #156EAA: hue angle of 204.16º 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 #156EAA is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB21110170-
CMYK0.880.3500.33
HSL204.16º78.01%37.45%-
HSV(B)204.16º87.65%66.67%-
XYZ13.1414.2140.08-
YUV90.23173.0178.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.98%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=6.98%
G=36.54%
B=56.48%

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
Decimal211101700.880.3500.33204.1678.0137.45
Hex156EAA5823021cc4e25
Octal251562521304304131411645
Binary1010111011101010101010110001000110100001110011001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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