#156FC6

Color #156FC6 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #156FC6

Tints of Denim #156FC6

Color information

#156FC6 (or 0x156FC6) is unknown color: approx Denim. HEX triplet: 15, 6F and C6. RGB value is (21,111,198). Sum of RGB (Red+Green+Blue) = 21+111+198=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #156FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FC6 is #EA9039. Grayscale: #5D5D5D. Windows color (decimal): -15372346 or 13004565. OLE color: 13004565.

HSL color Cylindrical-coordinate representation of color #156FC6: hue angle of 209.49º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156FC6 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB21111198-
CMYK0.890.4400.22
HSL209.49º80.82%42.94%-
HSV(B)209.49º89.39%77.65%-
XYZ16.1915.6155.59-
YUV94.01186.6875.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.36%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 198 (77.73% from 255) = 60%
R=6.36%
G=33.64%
B=60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal211111980.890.4400.22209.4980.8242.94
Hex156FC6592C016d1512b
Octal251573061315402632112153
Binary101011101111110001101011001101100010110110100011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,111,198); }

 H1.HeaderClassName
 {
   color: #156FC6;
 }
 .AnyTagClassName
 {
   color: #156FC6;
 }
</style>
background-color css

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

 a { background-color: rgb(21,111,198); }

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

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

 span { border-color: rgb(21,111,198); }

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