Shades of Denim #1873AF
Tints of Denim #1873AF
RGB
CMYK
RGB Variations
Color information
#1873AF (or 0x1873AF) is known color: Denim. HEX triplet: 18, 73 and AF. RGB value is (24,115,175). Sum of RGB (Red+Green+Blue) = 24+115+175=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #1873AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1873AF is #E78C50. Grayscale: #5E5E5E. Windows color (decimal): -15174737 or 11498264. OLE color: 11498264.
HSL color Cylindrical-coordinate representation of color #1873AF: hue angle of 203.84º 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 #1873AF is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 115 | 175 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.31 |
| HSL | 203.84º | 0.76% | 0.39% | - |
| HSV(B) | 203.84º | 0.86% | 0.69% | - |
| XYZ | 14.25 | 15.55 | 42.81 | - |
| YUV | 94.63 | 173.35 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 115 | 175 | 0.86 | 0.34 | 0 | 0.31 | 203.84 | 0.76 | 0.39 |
| Hex | 18 | 73 | AF | 56 | 22 | 0 | 1F | CC | 4C | 27 |
| Octal | 30 | 163 | 257 | 126 | 42 | 0 | 37 | 314 | 114 | 47 |
| Binary | 11000 | 1110011 | 10101111 | 1010110 | 100010 | 0 | 11111 | 11001100 | 1001100 | 100111 |
Color Harmonies of #1873AF
Complementary color
Monochromatic Colors of #1873AF
Black with #1873AF
Text Example
Text Example
White with #1873AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1873AF; }
p { color: rgb(24,115,175); }
H1.HeaderClassName
{
color: #1873AF;
}
.AnyTagClassName
{
color: #1873AF;
}
</style>
background-color css
<style>
a { background-color: #1873AF; }
a { background-color: rgb(24,115,175); }
div.DivClassName
{
background-color: #1873AF;
}
.BgClassName
{
background-color: #1873AF;
}
</style>
border-color css
<style>
span { border-color: #1873AF; }
span { border-color: rgb(24,115,175); }
td.TdClassName
{
border-color: #1873AF;
}
.TagClassName
{
border-color: #1873AF;
}
</style>