Html Css Color HEX #156AAB Denim

📋 copy color: '#156AAB'

red 21 ◦ green 106 ◦ blue 171

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

Shades of Denim #156AAB

Tints of Denim #156AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.57%

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

R = 7.05%
G = 35.57%
B = 57.38%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#156AAB (or 0x156AAB) is known color: Denim. HEX triplet: 15, 6A and AB. RGB value is (21,106,171). Sum of RGB (Red+Green+Blue) = 21+106+171=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 106 (41.80% from 255 or 35.57% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #156AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #156AAB is #EA9554. Grayscale: #575757. Windows color (decimal): -15373653 or 11233813. OLE color: 11233813.

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

Color convert

RGB 21 106 171 -
CMYK 0.88 0.38 0 0.33
HSL 206º 0.78% 0.38% -
HSV(B) 206º 0.88% 0.67% -
XYZ 12.81 13.41 40.44 -
YUV 88 174.84 80.21 -
System Red Green Blue C M Y K H S L
Decimal 21 106 171 0.88 0.38 0 0.33 206 0.78 0.38
Hex 15 6A AB 58 26 0 21 CE 4E 26
Octal 25 152 253 130 46 0 41 316 116 46
Binary 10101 1101010 10101011 1011000 100110 0 100001 11001110 1001110 100110

Color Harmonies of #156AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156AAB

Black with #156AAB

Text Example


Text Example

White with #156AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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