Html Css Color HEX #156BCC Denim

📋 copy color: '#156BCC'

red 21 ◦ green 107 ◦ blue 204

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

Shades of Denim #156BCC

Tints of Denim #156BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 6.33%
G = 32.23%
B = 61.45%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#156BCC (or 0x156BCC) is known color: Denim. HEX triplet: 15, 6B and CC. RGB value is (21,107,204). Sum of RGB (Red+Green+Blue) = 21+107+204=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #156BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156BCC is #EA9433. Grayscale: #5B5B5B. Windows color (decimal): -15373364 or 13396757. OLE color: 13396757.

HSL color Cylindrical-coordinate representation of color #156BCC: hue angle of 211.8º 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 #156BCC is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 107 204 -
CMYK 0.90 0.48 0 0.2
HSL 211.8º 0.81% 0.44% -
HSV(B) 211.8º 0.9% 0.8% -
XYZ 16.47 15.03 59.16 -
YUV 92.34 191.01 77.11 -
System Red Green Blue C M Y K H S L
Decimal 21 107 204 0.90 0.48 0 0.2 211.8 0.81 0.44
Hex 15 6B CC 5A 30 0 14 D4 51 2C
Octal 25 153 314 132 60 0 24 324 121 54
Binary 10101 1101011 11001100 1011010 110000 0 10100 11010100 1010001 101100

Color Harmonies of #156BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156BCC

Black with #156BCC

Text Example


Text Example

White with #156BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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