#186ABF

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

Shades of Denim #186ABF

Tints of Denim #186ABF

Color information

#186ABF (or 0x186ABF) is unknown color: approx Denim. HEX triplet: 18, 6A and BF. RGB value is (24,106,191). Sum of RGB (Red+Green+Blue) = 24+106+191=321 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.48% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 191 (75% from 255 or 59.50% from 321); Max value from RGB is 191 - color contains mainly: blue. Hex color #186ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #186ABF is #E79540. Grayscale: #5A5A5A. Windows color (decimal): -15177025 or 12544536. OLE color: 12544536.

HSL color Cylindrical-coordinate representation of color #186ABF: hue angle of 210.54º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #186ABF is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB24106191-
CMYK0.870.4500.25
HSL210.54º77.67%42.16%-
HSV(B)210.54º87.43%74.9%-
XYZ14.9314.2651.26-
YUV91.17184.3380.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.48%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 191 (75% from 255) = 59.50%
R=7.48%
G=33.02%
B=59.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241061910.870.4500.25210.5477.6742.16
Hex186ABF572D019d34e2a
Octal301522771275503132311652
Binary110001101010101111111010111101101011001110100111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186ABF; }

 p { color: rgb(24,106,191); }

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

<style>
 a { background-color: #186ABF; }

 a { background-color: rgb(24,106,191); }

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

<style>
 span { border-color: #186ABF; }

 span { border-color: rgb(24,106,191); }

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