Shades of Denim #1861AF
Tints of Denim #1861AF
RGB
CMYK
RGB Variations
Color information
#1861AF (or 0x1861AF) is known color: Denim. HEX triplet: 18, 61 and AF. RGB value is (24,97,175). Sum of RGB (Red+Green+Blue) = 24+97+175=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #1861AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1861AF is #E79E50. Grayscale: #535353. Windows color (decimal): -15179345 or 11493656. OLE color: 11493656.
HSL color Cylindrical-coordinate representation of color #1861AF: hue angle of 210.99º 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 #1861AF is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 97 | 175 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.31 |
| HSL | 210.99º | 0.76% | 0.39% | - |
| HSV(B) | 210.99º | 0.86% | 0.69% | - |
| XYZ | 12.39 | 11.84 | 42.19 | - |
| YUV | 84.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 97 | 175 | 0.86 | 0.45 | 0 | 0.31 | 210.99 | 0.76 | 0.39 |
| Hex | 18 | 61 | AF | 56 | 2D | 0 | 1F | D3 | 4C | 27 |
| Octal | 30 | 141 | 257 | 126 | 55 | 0 | 37 | 323 | 114 | 47 |
| Binary | 11000 | 1100001 | 10101111 | 1010110 | 101101 | 0 | 11111 | 11010011 | 1001100 | 100111 |
Color Harmonies of #1861AF
Complementary color
Monochromatic Colors of #1861AF
Black with #1861AF
Text Example
Text Example
White with #1861AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1861AF; }
p { color: rgb(24,97,175); }
H1.HeaderClassName
{
color: #1861AF;
}
.AnyTagClassName
{
color: #1861AF;
}
</style>
background-color css
<style>
a { background-color: #1861AF; }
a { background-color: rgb(24,97,175); }
div.DivClassName
{
background-color: #1861AF;
}
.BgClassName
{
background-color: #1861AF;
}
</style>
border-color css
<style>
span { border-color: #1861AF; }
span { border-color: rgb(24,97,175); }
td.TdClassName
{
border-color: #1861AF;
}
.TagClassName
{
border-color: #1861AF;
}
</style>