Html Css Color HEX #156ABA Denim

📋 copy color: '#156ABA'

red 21 ◦ green 106 ◦ blue 186

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

Shades of Denim #156ABA

Tints of Denim #156ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 6.71%
G = 33.87%
B = 59.42%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#156ABA (or 0x156ABA) is known color: Denim. HEX triplet: 15, 6A and BA. RGB value is (21,106,186). Sum of RGB (Red+Green+Blue) = 21+106+186=313 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.71% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #156ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ABA is #EA9545. Grayscale: #595959. Windows color (decimal): -15373638 or 12216853. OLE color: 12216853.

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

Color convert

RGB 21 106 186 -
CMYK 0.89 0.43 0 0.27
HSL 209.09º 0.8% 0.41% -
HSV(B) 209.09º 0.89% 0.73% -
XYZ 14.33 14.01 48.4 -
YUV 89.71 182.34 79 -
System Red Green Blue C M Y K H S L
Decimal 21 106 186 0.89 0.43 0 0.27 209.09 0.8 0.41
Hex 15 6A BA 59 2B 0 1B D1 50 29
Octal 25 152 272 131 53 0 33 321 120 51
Binary 10101 1101010 10111010 1011001 101011 0 11011 11010001 1010000 101001

Color Harmonies of #156ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ABA

Black with #156ABA

Text Example


Text Example

White with #156ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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