#156AC2

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

Shades of Denim #156AC2

Tints of Denim #156AC2

Color information

#156AC2 (or 0x156AC2) is unknown color: approx Denim. HEX triplet: 15, 6A and C2. RGB value is (21,106,194). Sum of RGB (Red+Green+Blue) = 21+106+194=321 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.54% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #156AC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156AC2 is #EA953D. Grayscale: #5A5A5A. Windows color (decimal): -15373630 or 12741141. OLE color: 12741141.

HSL color Cylindrical-coordinate representation of color #156AC2: hue angle of 210.52º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #156AC2 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB21106194-
CMYK0.890.4500.24
HSL210.52º80.47%42.16%-
HSV(B)210.52º89.18%76.08%-
XYZ15.214.3653.01-
YUV90.62186.3478.34-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.54%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 194 (76.17% from 255) = 60.44%
R=6.54%
G=33.02%
B=60.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal211061940.890.4500.24210.5280.4742.16
Hex156AC2592D018d3502a
Octal251523021315503032312052
Binary101011101010110000101011001101101011000110100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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