Html Css Color HEX #156EAE Denim

📋 copy color: '#156EAE'

red 21 ◦ green 110 ◦ blue 174

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

Shades of Denim #156EAE

Tints of Denim #156EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.07%

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

R = 6.89%
G = 36.07%
B = 57.05%

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

#156EAE (or 0x156EAE) is known color: Denim. HEX triplet: 15, 6E and AE. RGB value is (21,110,174). Sum of RGB (Red+Green+Blue) = 21+110+174=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #156EAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156EAE is #EA9151. Grayscale: #5A5A5A. Windows color (decimal): -15372626 or 11431445. OLE color: 11431445.

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

Color convert

RGB 21 110 174 -
CMYK 0.88 0.37 0 0.32
HSL 205.1º 0.78% 0.38% -
HSV(B) 205.1º 0.88% 0.68% -
XYZ 13.53 14.37 42.1 -
YUV 90.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 21 110 174 0.88 0.37 0 0.32 205.1 0.78 0.38
Hex 15 6E AE 58 25 0 20 CD 4E 26
Octal 25 156 256 130 45 0 40 315 116 46
Binary 10101 1101110 10101110 1011000 100101 0 100000 11001101 1001110 100110

Color Harmonies of #156EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156EAE

Black with #156EAE

Text Example


Text Example

White with #156EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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