#1860AE

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

Shades of Denim #1860AE

Tints of Denim #1860AE

Color information

#1860AE (or 0x1860AE) is unknown color: approx Denim. HEX triplet: 18, 60 and AE. RGB value is (24,96,174). Sum of RGB (Red+Green+Blue) = 24+96+174=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #1860AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1860AE is #E79F51. Grayscale: #525252. Windows color (decimal): -15179602 or 11427864. OLE color: 11427864.

HSL color Cylindrical-coordinate representation of color #1860AE: hue angle of 211.2º 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 #1860AE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2496174-
CMYK0.860.4500.32
HSL211.2º75.76%38.82%-
HSV(B)211.2º86.21%68.24%-
XYZ12.211.6241.64-
YUV83.36179.1585.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.16%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=8.16%
G=32.65%
B=59.18%

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
Decimal24961740.860.4500.32211.275.7638.82
Hex1860AE562D020d34c27
Octal301402561265504032311447
Binary1100011000001010111010101101011010100000110100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1860AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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