Html Css Color HEX #156CC0 Denim

📋 copy color: '#156CC0'

red 21 ◦ green 108 ◦ blue 192

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

Shades of Denim #156CC0

Tints of Denim #156CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 192 (75.39% from 255) = 59.81%

R = 6.54%
G = 33.64%
B = 59.81%

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

#156CC0 (or 0x156CC0) is known color: Denim. HEX triplet: 15, 6C and C0. RGB value is (21,108,192). Sum of RGB (Red+Green+Blue) = 21+108+192=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #156CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156CC0 is #EA933F. Grayscale: #5B5B5B. Windows color (decimal): -15373120 or 12610581. OLE color: 12610581.

HSL color Cylindrical-coordinate representation of color #156CC0: hue angle of 209.47º 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 #156CC0 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 108 192 -
CMYK 0.89 0.44 0 0.25
HSL 209.47º 0.8% 0.42% -
HSV(B) 209.47º 0.89% 0.75% -
XYZ 15.19 14.69 51.9 -
YUV 91.56 184.68 77.67 -
System Red Green Blue C M Y K H S L
Decimal 21 108 192 0.89 0.44 0 0.25 209.47 0.8 0.42
Hex 15 6C C0 59 2C 0 19 D1 50 2A
Octal 25 154 300 131 54 0 31 321 120 52
Binary 10101 1101100 11000000 1011001 101100 0 11001 11010001 1010000 101010

Color Harmonies of #156CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156CC0

Black with #156CC0

Text Example


Text Example

White with #156CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,108,192); }

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

background-color css

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

 a { background-color: rgb(21,108,192); }

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

border-color css

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

 span { border-color: rgb(21,108,192); }

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