Shades of Denim #1851AB
Tints of Denim #1851AB
RGB
CMYK
RGB Variations
Color information
#1851AB (or 0x1851AB) is known color: Denim. HEX triplet: 18, 51 and AB. RGB value is (24,81,171). Sum of RGB (Red+Green+Blue) = 24+81+171=276 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.70% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #1851AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1851AB is #E7AE54. Grayscale: #494949. Windows color (decimal): -15183445 or 11227416. OLE color: 11227416.
HSL color Cylindrical-coordinate representation of color #1851AB: hue angle of 216.73º degrees, saturation: 0.75, 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 #1851AB is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 81 | 171 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.33 |
| HSL | 216.73º | 0.75% | 0.38% | - |
| HSV(B) | 216.73º | 0.86% | 0.67% | - |
| XYZ | 10.67 | 9.02 | 39.71 | - |
| YUV | 74.22 | 182.62 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 81 | 171 | 0.86 | 0.53 | 0 | 0.33 | 216.73 | 0.75 | 0.38 |
| Hex | 18 | 51 | AB | 56 | 35 | 0 | 21 | D9 | 4B | 26 |
| Octal | 30 | 121 | 253 | 126 | 65 | 0 | 41 | 331 | 113 | 46 |
| Binary | 11000 | 1010001 | 10101011 | 1010110 | 110101 | 0 | 100001 | 11011001 | 1001011 | 100110 |
Color Harmonies of #1851AB
Complementary color
Monochromatic Colors of #1851AB
Black with #1851AB
Text Example
Text Example
White with #1851AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1851AB; }
p { color: rgb(24,81,171); }
H1.HeaderClassName
{
color: #1851AB;
}
.AnyTagClassName
{
color: #1851AB;
}
</style>
background-color css
<style>
a { background-color: #1851AB; }
a { background-color: rgb(24,81,171); }
div.DivClassName
{
background-color: #1851AB;
}
.BgClassName
{
background-color: #1851AB;
}
</style>
border-color css
<style>
span { border-color: #1851AB; }
span { border-color: rgb(24,81,171); }
td.TdClassName
{
border-color: #1851AB;
}
.TagClassName
{
border-color: #1851AB;
}
</style>