Html Css Color HEX #156ABF Denim

📋 copy color: '#156ABF'

red 21 ◦ green 106 ◦ blue 191

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

Shades of Denim #156ABF

Tints of Denim #156ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.06%

R = 6.6%
G = 33.33%
B = 60.06%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#156ABF (or 0x156ABF) is known color: Denim. HEX triplet: 15, 6A and BF. RGB value is (21,106,191). Sum of RGB (Red+Green+Blue) = 21+106+191=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #156ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ABF is #EA9540. Grayscale: #595959. Windows color (decimal): -15373633 or 12544533. OLE color: 12544533.

HSL color Cylindrical-coordinate representation of color #156ABF: hue angle of 210º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156ABF is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 106 191 -
CMYK 0.89 0.45 0 0.25
HSL 210º 0.8% 0.42% -
HSV(B) 210º 0.89% 0.75% -
XYZ 14.87 14.23 51.25 -
YUV 90.28 184.84 78.59 -
System Red Green Blue C M Y K H S L
Decimal 21 106 191 0.89 0.45 0 0.25 210 0.8 0.42
Hex 15 6A BF 59 2D 0 19 D2 50 2A
Octal 25 152 277 131 55 0 31 322 120 52
Binary 10101 1101010 10111111 1011001 101101 0 11001 11010010 1010000 101010

Color Harmonies of #156ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ABF

Black with #156ABF

Text Example


Text Example

White with #156ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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