Html Css Color HEX #156ECC Denim

📋 copy color: '#156ECC'

red 21 ◦ green 110 ◦ blue 204

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

Shades of Denim #156ECC

Tints of Denim #156ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.84%

 BLUE value IS 204 (80.08% from 255) = 60.9%

R = 6.27%
G = 32.84%
B = 60.9%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#156ECC (or 0x156ECC) is known color: Denim. HEX triplet: 15, 6E and CC. RGB value is (21,110,204). Sum of RGB (Red+Green+Blue) = 21+110+204=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 110 (43.36% from 255 or 32.84% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #156ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156ECC is #EA9133. Grayscale: #5D5D5D. Windows color (decimal): -15372596 or 13397525. OLE color: 13397525.

HSL color Cylindrical-coordinate representation of color #156ECC: hue angle of 210.82º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #156ECC is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 110 204 -
CMYK 0.90 0.46 0 0.2
HSL 210.82º 0.81% 0.44% -
HSV(B) 210.82º 0.9% 0.8% -
XYZ 16.78 15.67 59.27 -
YUV 94.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 21 110 204 0.90 0.46 0 0.2 210.82 0.81 0.44
Hex 15 6E CC 5A 2E 0 14 D3 51 2C
Octal 25 156 314 132 56 0 24 323 121 54
Binary 10101 1101110 11001100 1011010 101110 0 10100 11010011 1010001 101100

Color Harmonies of #156ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156ECC

Black with #156ECC

Text Example


Text Example

White with #156ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,110,204); }

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

background-color css

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

 a { background-color: rgb(21,110,204); }

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

border-color css

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

 span { border-color: rgb(21,110,204); }

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