Html Css Color HEX #156ABE Denim

📋 copy color: '#156ABE'

red 21 ◦ green 106 ◦ blue 190

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

Shades of Denim #156ABE

Tints of Denim #156ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.94%

R = 6.62%
G = 33.44%
B = 59.94%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#156ABE (or 0x156ABE) is known color: Denim. HEX triplet: 15, 6A and BE. RGB value is (21,106,190). Sum of RGB (Red+Green+Blue) = 21+106+190=317 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.62% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #156ABE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ABE is #EA9541. Grayscale: #595959. Windows color (decimal): -15373634 or 12478997. OLE color: 12478997.

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

Color convert

RGB 21 106 190 -
CMYK 0.89 0.44 0 0.25
HSL 209.82º 0.8% 0.41% -
HSV(B) 209.82º 0.89% 0.75% -
XYZ 14.76 14.19 50.68 -
YUV 90.16 184.34 78.67 -
System Red Green Blue C M Y K H S L
Decimal 21 106 190 0.89 0.44 0 0.25 209.82 0.8 0.41
Hex 15 6A BE 59 2C 0 19 D2 50 29
Octal 25 152 276 131 54 0 31 322 120 51
Binary 10101 1101010 10111110 1011001 101100 0 11001 11010010 1010000 101001

Color Harmonies of #156ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ABE

Black with #156ABE

Text Example


Text Example

White with #156ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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