Shades of Denim #1851AF
Tints of Denim #1851AF
RGB
CMYK
RGB Variations
Color information
#1851AF (or 0x1851AF) is known color: Denim. HEX triplet: 18, 51 and AF. RGB value is (24,81,175). Sum of RGB (Red+Green+Blue) = 24+81+175=280 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.57% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #1851AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1851AF is #E7AE50. Grayscale: #4A4A4A. Windows color (decimal): -15183441 or 11489560. OLE color: 11489560.
HSL color Cylindrical-coordinate representation of color #1851AF: hue angle of 217.35º 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 #1851AF is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 81 | 175 | - |
| CMYK | 0.86 | 0.54 | 0 | 0.31 |
| HSL | 217.35º | 0.76% | 0.39% | - |
| HSV(B) | 217.35º | 0.86% | 0.69% | - |
| XYZ | 11.06 | 9.17 | 41.75 | - |
| YUV | 74.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 175 | 0.86 | 0.54 | 0 | 0.31 | 217.35 | 0.76 | 0.39 |
| Hex | 18 | 51 | AF | 56 | 36 | 0 | 1F | D9 | 4C | 27 |
| Octal | 30 | 121 | 257 | 126 | 66 | 0 | 37 | 331 | 114 | 47 |
| Binary | 11000 | 1010001 | 10101111 | 1010110 | 110110 | 0 | 11111 | 11011001 | 1001100 | 100111 |
Color Harmonies of #1851AF
Complementary color
Monochromatic Colors of #1851AF
Black with #1851AF
Text Example
Text Example
White with #1851AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1851AF; }
p { color: rgb(24,81,175); }
H1.HeaderClassName
{
color: #1851AF;
}
.AnyTagClassName
{
color: #1851AF;
}
</style>
background-color css
<style>
a { background-color: #1851AF; }
a { background-color: rgb(24,81,175); }
div.DivClassName
{
background-color: #1851AF;
}
.BgClassName
{
background-color: #1851AF;
}
</style>
border-color css
<style>
span { border-color: #1851AF; }
span { border-color: rgb(24,81,175); }
td.TdClassName
{
border-color: #1851AF;
}
.TagClassName
{
border-color: #1851AF;
}
</style>