Html Css Color HEX #156ABC Denim

📋 copy color: '#156ABC'

red 21 ◦ green 106 ◦ blue 188

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

Shades of Denim #156ABC

Tints of Denim #156ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 6.67%
G = 33.65%
B = 59.68%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#156ABC (or 0x156ABC) is known color: Denim. HEX triplet: 15, 6A and BC. RGB value is (21,106,188). Sum of RGB (Red+Green+Blue) = 21+106+188=315 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.67% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #156ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ABC is #EA9543. Grayscale: #595959. Windows color (decimal): -15373636 or 12347925. OLE color: 12347925.

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

Color convert

RGB 21 106 188 -
CMYK 0.89 0.44 0 0.26
HSL 209.46º 0.8% 0.41% -
HSV(B) 209.46º 0.89% 0.74% -
XYZ 14.54 14.1 49.53 -
YUV 89.93 183.34 78.83 -
System Red Green Blue C M Y K H S L
Decimal 21 106 188 0.89 0.44 0 0.26 209.46 0.8 0.41
Hex 15 6A BC 59 2C 0 1A D1 50 29
Octal 25 152 274 131 54 0 32 321 120 51
Binary 10101 1101010 10111100 1011001 101100 0 11010 11010001 1010000 101001

Color Harmonies of #156ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ABC

Black with #156ABC

Text Example


Text Example

White with #156ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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