Shades of Denim #1869AB
Tints of Denim #1869AB
RGB
CMYK
RGB Variations
Color information
#1869AB (or 0x1869AB) is known color: Denim. HEX triplet: 18, 69 and AB. RGB value is (24,105,171). Sum of RGB (Red+Green+Blue) = 24+105+171=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #1869AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1869AB is #E79654. Grayscale: #575757. Windows color (decimal): -15177301 or 11233560. OLE color: 11233560.
HSL color Cylindrical-coordinate representation of color #1869AB: hue angle of 206.94º 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 #1869AB is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 105 | 171 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.33 |
| HSL | 206.94º | 0.75% | 0.38% | - |
| HSV(B) | 206.94º | 0.86% | 0.67% | - |
| XYZ | 12.78 | 13.24 | 40.41 | - |
| YUV | 88.31 | 174.66 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 105 | 171 | 0.86 | 0.39 | 0 | 0.33 | 206.94 | 0.75 | 0.38 |
| Hex | 18 | 69 | AB | 56 | 27 | 0 | 21 | CF | 4B | 26 |
| Octal | 30 | 151 | 253 | 126 | 47 | 0 | 41 | 317 | 113 | 46 |
| Binary | 11000 | 1101001 | 10101011 | 1010110 | 100111 | 0 | 100001 | 11001111 | 1001011 | 100110 |
Color Harmonies of #1869AB
Complementary color
Monochromatic Colors of #1869AB
Black with #1869AB
Text Example
Text Example
White with #1869AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1869AB; }
p { color: rgb(24,105,171); }
H1.HeaderClassName
{
color: #1869AB;
}
.AnyTagClassName
{
color: #1869AB;
}
</style>
background-color css
<style>
a { background-color: #1869AB; }
a { background-color: rgb(24,105,171); }
div.DivClassName
{
background-color: #1869AB;
}
.BgClassName
{
background-color: #1869AB;
}
</style>
border-color css
<style>
span { border-color: #1869AB; }
span { border-color: rgb(24,105,171); }
td.TdClassName
{
border-color: #1869AB;
}
.TagClassName
{
border-color: #1869AB;
}
</style>