#156EAC

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

Shades of Denim #156EAC

Tints of Denim #156EAC

Color information

#156EAC (or 0x156EAC) is unknown color: approx Denim. HEX triplet: 15, 6E and AC. RGB value is (21,110,172). Sum of RGB (Red+Green+Blue) = 21+110+172=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #156EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156EAC is #EA9153. Grayscale: #5A5A5A. Windows color (decimal): -15372628 or 11300373. OLE color: 11300373.

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

Color convert

RGB21110172-
CMYK0.880.3600.33
HSL204.64º78.24%37.84%-
HSV(B)204.64º87.79%67.45%-
XYZ13.3314.2941.09-
YUV90.46174.0178.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.93%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 172 (67.58% from 255) = 56.77%
R=6.93%
G=36.30%
B=56.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal211101720.880.3600.33204.6478.2437.84
Hex156EAC5824021cd4e26
Octal251562541304404131511646
Binary1010111011101010110010110001001000100001110011011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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