Shades of Denim #1864AF
Tints of Denim #1864AF
RGB
CMYK
RGB Variations
Color information
#1864AF (or 0x1864AF) is known color: Denim. HEX triplet: 18, 64 and AF. RGB value is (24,100,175). Sum of RGB (Red+Green+Blue) = 24+100+175=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #1864AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1864AF is #E79B50. Grayscale: #555555. Windows color (decimal): -15178577 or 11494424. OLE color: 11494424.
HSL color Cylindrical-coordinate representation of color #1864AF: hue angle of 209.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1864AF is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 100 | 175 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.31 |
| HSL | 209.8º | 0.76% | 0.39% | - |
| HSV(B) | 209.8º | 0.86% | 0.69% | - |
| XYZ | 12.67 | 12.4 | 42.28 | - |
| YUV | 85.83 | 178.32 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 100 | 175 | 0.86 | 0.43 | 0 | 0.31 | 209.8 | 0.76 | 0.39 |
| Hex | 18 | 64 | AF | 56 | 2B | 0 | 1F | D2 | 4C | 27 |
| Octal | 30 | 144 | 257 | 126 | 53 | 0 | 37 | 322 | 114 | 47 |
| Binary | 11000 | 1100100 | 10101111 | 1010110 | 101011 | 0 | 11111 | 11010010 | 1001100 | 100111 |
Color Harmonies of #1864AF
Complementary color
Monochromatic Colors of #1864AF
Black with #1864AF
Text Example
Text Example
White with #1864AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1864AF; }
p { color: rgb(24,100,175); }
H1.HeaderClassName
{
color: #1864AF;
}
.AnyTagClassName
{
color: #1864AF;
}
</style>
background-color css
<style>
a { background-color: #1864AF; }
a { background-color: rgb(24,100,175); }
div.DivClassName
{
background-color: #1864AF;
}
.BgClassName
{
background-color: #1864AF;
}
</style>
border-color css
<style>
span { border-color: #1864AF; }
span { border-color: rgb(24,100,175); }
td.TdClassName
{
border-color: #1864AF;
}
.TagClassName
{
border-color: #1864AF;
}
</style>