Shades of Denim #1851AC
Tints of Denim #1851AC
RGB
CMYK
RGB Variations
Color information
#1851AC (or 0x1851AC) is known color: Denim. HEX triplet: 18, 51 and AC. RGB value is (24,81,172). Sum of RGB (Red+Green+Blue) = 24+81+172=277 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.66% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #1851AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1851AC is #E7AE53. Grayscale: #494949. Windows color (decimal): -15183444 or 11292952. OLE color: 11292952.
HSL color Cylindrical-coordinate representation of color #1851AC: hue angle of 216.89º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1851AC is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 81 | 172 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.33 |
| HSL | 216.89º | 0.76% | 0.38% | - |
| HSV(B) | 216.89º | 0.86% | 0.67% | - |
| XYZ | 10.77 | 9.06 | 40.21 | - |
| YUV | 74.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 172 | 0.86 | 0.53 | 0 | 0.33 | 216.89 | 0.76 | 0.38 |
| Hex | 18 | 51 | AC | 56 | 35 | 0 | 21 | D9 | 4C | 26 |
| Octal | 30 | 121 | 254 | 126 | 65 | 0 | 41 | 331 | 114 | 46 |
| Binary | 11000 | 1010001 | 10101100 | 1010110 | 110101 | 0 | 100001 | 11011001 | 1001100 | 100110 |
Color Harmonies of #1851AC
Complementary color
Monochromatic Colors of #1851AC
Black with #1851AC
Text Example
Text Example
White with #1851AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1851AC; }
p { color: rgb(24,81,172); }
H1.HeaderClassName
{
color: #1851AC;
}
.AnyTagClassName
{
color: #1851AC;
}
</style>
background-color css
<style>
a { background-color: #1851AC; }
a { background-color: rgb(24,81,172); }
div.DivClassName
{
background-color: #1851AC;
}
.BgClassName
{
background-color: #1851AC;
}
</style>
border-color css
<style>
span { border-color: #1851AC; }
span { border-color: rgb(24,81,172); }
td.TdClassName
{
border-color: #1851AC;
}
.TagClassName
{
border-color: #1851AC;
}
</style>