#1864A5

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

Shades of Denim #1864A5

Tints of Denim #1864A5

Color information

#1864A5 (or 0x1864A5) is unknown color: approx Denim. HEX triplet: 18, 64 and A5. RGB value is (24,100,165). Sum of RGB (Red+Green+Blue) = 24+100+165=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #1864A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1864A5 is #E79B5A. Grayscale: #545454. Windows color (decimal): -15178587 or 10839064. OLE color: 10839064.

HSL color Cylindrical-coordinate representation of color #1864A5: hue angle of 207.66º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1864A5 is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB24100165-
CMYK0.850.3900.35
HSL207.66º74.6%37.06%-
HSV(B)207.66º85.45%64.71%-
XYZ11.7312.0337.3-
YUV84.69173.3284.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.30%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 165 (64.84% from 255) = 57.09%
R=8.30%
G=34.60%
B=57.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241001650.850.3900.35207.6674.637.06
Hex1864A55527023d04b25
Octal301442451254704332011345
Binary1100011001001010010110101011001110100011110100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1864A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1864A5; }

 p { color: rgb(24,100,165); }

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

<style>
 a { background-color: #1864A5; }

 a { background-color: rgb(24,100,165); }

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

<style>
 span { border-color: #1864A5; }

 span { border-color: rgb(24,100,165); }

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