#156CAD

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

Shades of Denim #156CAD

Tints of Denim #156CAD

Color information

#156CAD (or 0x156CAD) is unknown color: approx Denim. HEX triplet: 15, 6C and AD. RGB value is (21,108,173). Sum of RGB (Red+Green+Blue) = 21+108+173=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #156CAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156CAD is #EA9352. Grayscale: #595959. Windows color (decimal): -15373139 or 11365397. OLE color: 11365397.

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

Color convert

RGB21108173-
CMYK0.880.3800.32
HSL205.66º78.35%38.04%-
HSV(B)205.66º87.86%67.84%-
XYZ13.2113.941.52-
YUV89.4175.1879.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.95%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=6.95%
G=35.76%
B=57.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal211081730.880.3800.32205.6678.3538.04
Hex156CAD5826020ce4e26
Octal251542551304604031611646
Binary1010111011001010110110110001001100100000110011101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,108,173); }

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

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

 a { background-color: rgb(21,108,173); }

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

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

 span { border-color: rgb(21,108,173); }

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