Shades of Denim #1850AB
Tints of Denim #1850AB
RGB
CMYK
RGB Variations
Color information
#1850AB (or 0x1850AB) is known color: Denim. HEX triplet: 18, 50 and AB. RGB value is (24,80,171). Sum of RGB (Red+Green+Blue) = 24+80+171=275 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1850AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1850AB is #E7AF54. Grayscale: #494949. Windows color (decimal): -15183701 or 11227160. OLE color: 11227160.
HSL color Cylindrical-coordinate representation of color #1850AB: hue angle of 217.14º 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 #1850AB is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 80 | 171 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.33 |
| HSL | 217.14º | 0.75% | 0.38% | - |
| HSV(B) | 217.14º | 0.86% | 0.67% | - |
| XYZ | 10.6 | 8.87 | 39.68 | - |
| YUV | 73.63 | 182.95 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 171 | 0.86 | 0.53 | 0 | 0.33 | 217.14 | 0.75 | 0.38 |
| Hex | 18 | 50 | AB | 56 | 35 | 0 | 21 | D9 | 4B | 26 |
| Octal | 30 | 120 | 253 | 126 | 65 | 0 | 41 | 331 | 113 | 46 |
| Binary | 11000 | 1010000 | 10101011 | 1010110 | 110101 | 0 | 100001 | 11011001 | 1001011 | 100110 |
Color Harmonies of #1850AB
Complementary color
Monochromatic Colors of #1850AB
Black with #1850AB
Text Example
Text Example
White with #1850AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850AB; }
p { color: rgb(24,80,171); }
H1.HeaderClassName
{
color: #1850AB;
}
.AnyTagClassName
{
color: #1850AB;
}
</style>
background-color css
<style>
a { background-color: #1850AB; }
a { background-color: rgb(24,80,171); }
div.DivClassName
{
background-color: #1850AB;
}
.BgClassName
{
background-color: #1850AB;
}
</style>
border-color css
<style>
span { border-color: #1850AB; }
span { border-color: rgb(24,80,171); }
td.TdClassName
{
border-color: #1850AB;
}
.TagClassName
{
border-color: #1850AB;
}
</style>