Html Css Color HEX #156DAE Denim

📋 copy color: '#156DAE'

red 21 ◦ green 109 ◦ blue 174

#156DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #156DAE

Tints of Denim #156DAE

RGB

 RED value IS 21 (8.59% from 255) = 6.91%

 GREEN value IS 109 (42.97% from 255) = 35.86%

 BLUE value IS 174 (68.36% from 255) = 57.24%

R = 6.91%
G = 35.86%
B = 57.24%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#156DAE (or 0x156DAE) is known color: Denim. HEX triplet: 15, 6D and AE. RGB value is (21,109,174). Sum of RGB (Red+Green+Blue) = 21+109+174=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #156DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156DAE is #EA9251. Grayscale: #595959. Windows color (decimal): -15372882 or 11431189. OLE color: 11431189.

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

Color convert

RGB 21 109 174 -
CMYK 0.88 0.37 0 0.32
HSL 205.49º 0.78% 0.38% -
HSV(B) 205.49º 0.88% 0.68% -
XYZ 13.42 14.15 42.07 -
YUV 90.1 175.35 78.71 -
System Red Green Blue C M Y K H S L
Decimal 21 109 174 0.88 0.37 0 0.32 205.49 0.78 0.38
Hex 15 6D AE 58 25 0 20 CD 4E 26
Octal 25 155 256 130 45 0 40 315 116 46
Binary 10101 1101101 10101110 1011000 100101 0 100000 11001101 1001110 100110

Color Harmonies of #156DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156DAE

Black with #156DAE

Text Example


Text Example

White with #156DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,109,174); }

 H1.HeaderClassName
 {
   color: #156DAE;
 }
 .AnyTagClassName
 {
   color: #156DAE;
 }
</style>

background-color css

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

 a { background-color: rgb(21,109,174); }

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

border-color css

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

 span { border-color: rgb(21,109,174); }

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