Html Css Color HEX #156BAB Denim

📋 copy color: '#156BAB'

red 21 ◦ green 107 ◦ blue 171

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

Shades of Denim #156BAB

Tints of Denim #156BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.79%

 BLUE value IS 171 (67.19% from 255) = 57.19%

R = 7.02%
G = 35.79%
B = 57.19%

CMYK

 C value IS 0.88

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#156BAB (or 0x156BAB) is known color: Denim. HEX triplet: 15, 6B and AB. RGB value is (21,107,171). Sum of RGB (Red+Green+Blue) = 21+107+171=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #156BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156BAB is #EA9454. Grayscale: #585858. Windows color (decimal): -15373397 or 11234069. OLE color: 11234069.

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

Color convert

RGB 21 107 171 -
CMYK 0.88 0.37 0 0.33
HSL 205.6º 0.78% 0.38% -
HSV(B) 205.6º 0.88% 0.67% -
XYZ 12.92 13.62 40.48 -
YUV 88.58 174.51 79.8 -
System Red Green Blue C M Y K H S L
Decimal 21 107 171 0.88 0.37 0 0.33 205.6 0.78 0.38
Hex 15 6B AB 58 25 0 21 CE 4E 26
Octal 25 153 253 130 45 0 41 316 116 46
Binary 10101 1101011 10101011 1011000 100101 0 100001 11001110 1001110 100110

Color Harmonies of #156BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BAB

Black with #156BAB

Text Example


Text Example

White with #156BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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