#156BA9

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

Shades of Denim #156BA9

Tints of Denim #156BA9

Color information

#156BA9 (or 0x156BA9) is unknown color: approx Denim. HEX triplet: 15, 6B and A9. RGB value is (21,107,169). Sum of RGB (Red+Green+Blue) = 21+107+169=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 169 (66.41% from 255 or 56.90% from 297); Max value from RGB is 169 - color contains mainly: blue. Hex color #156BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156BA9 is #EA9456. Grayscale: #585858. Windows color (decimal): -15373399 or 11102997. OLE color: 11102997.

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

Color convert

RGB21107169-
CMYK0.880.3700.34
HSL205.14º77.89%37.25%-
HSV(B)205.14º87.57%66.27%-
XYZ12.7313.5439.48-
YUV88.35173.5179.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.07%
GREEN value IS 107 (42.19% from 255) = 36.03%
BLUE value IS 169 (66.41% from 255) = 56.90%
R=7.07%
G=36.03%
B=56.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal211071690.880.3700.34205.1477.8937.25
Hex156BA95825022cd4e25
Octal251532511304504231511645
Binary1010111010111010100110110001001010100010110011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,107,169); }

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

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

 a { background-color: rgb(21,107,169); }

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

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

 span { border-color: rgb(21,107,169); }

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