#1860AD

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

Shades of Denim #1860AD

Tints of Denim #1860AD

Color information

#1860AD (or 0x1860AD) is unknown color: approx Denim. HEX triplet: 18, 60 and AD. RGB value is (24,96,173). Sum of RGB (Red+Green+Blue) = 24+96+173=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #1860AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1860AD is #E79F52. Grayscale: #525252. Windows color (decimal): -15179603 or 11362328. OLE color: 11362328.

HSL color Cylindrical-coordinate representation of color #1860AD: hue angle of 211.01º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1860AD is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2496173-
CMYK0.860.4500.32
HSL211.01º75.63%38.63%-
HSV(B)211.01º86.13%67.84%-
XYZ12.111.5841.13-
YUV83.25178.6585.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.19%
GREEN value IS 96 (37.89% from 255) = 32.76%
BLUE value IS 173 (67.97% from 255) = 59.04%
R=8.19%
G=32.76%
B=59.04%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal24961730.860.4500.32211.0175.6338.63
Hex1860AD562D020d34c27
Octal301402551265504032311447
Binary1100011000001010110110101101011010100000110100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1860AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1860AD; }

 p { color: rgb(24,96,173); }

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

<style>
 a { background-color: #1860AD; }

 a { background-color: rgb(24,96,173); }

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

<style>
 span { border-color: #1860AD; }

 span { border-color: rgb(24,96,173); }

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