Shades of Denim #1870AF
Tints of Denim #1870AF
RGB
CMYK
RGB Variations
Color information
#1870AF (or 0x1870AF) is known color: Denim. HEX triplet: 18, 70 and AF. RGB value is (24,112,175). Sum of RGB (Red+Green+Blue) = 24+112+175=311 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.72% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #1870AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1870AF is #E78F50. Grayscale: #5C5C5C. Windows color (decimal): -15175505 or 11497496. OLE color: 11497496.
HSL color Cylindrical-coordinate representation of color #1870AF: hue angle of 205.03º 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 #1870AF is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 112 | 175 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.31 |
| HSL | 205.03º | 0.76% | 0.39% | - |
| HSV(B) | 205.03º | 0.86% | 0.69% | - |
| XYZ | 13.91 | 14.88 | 42.7 | - |
| YUV | 92.87 | 174.35 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 112 | 175 | 0.86 | 0.36 | 0 | 0.31 | 205.03 | 0.76 | 0.39 |
| Hex | 18 | 70 | AF | 56 | 24 | 0 | 1F | CD | 4C | 27 |
| Octal | 30 | 160 | 257 | 126 | 44 | 0 | 37 | 315 | 114 | 47 |
| Binary | 11000 | 1110000 | 10101111 | 1010110 | 100100 | 0 | 11111 | 11001101 | 1001100 | 100111 |
Color Harmonies of #1870AF
Complementary color
Monochromatic Colors of #1870AF
Black with #1870AF
Text Example
Text Example
White with #1870AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1870AF; }
p { color: rgb(24,112,175); }
H1.HeaderClassName
{
color: #1870AF;
}
.AnyTagClassName
{
color: #1870AF;
}
</style>
background-color css
<style>
a { background-color: #1870AF; }
a { background-color: rgb(24,112,175); }
div.DivClassName
{
background-color: #1870AF;
}
.BgClassName
{
background-color: #1870AF;
}
</style>
border-color css
<style>
span { border-color: #1870AF; }
span { border-color: rgb(24,112,175); }
td.TdClassName
{
border-color: #1870AF;
}
.TagClassName
{
border-color: #1870AF;
}
</style>