Shades of Denim #1969AB
Tints of Denim #1969AB
RGB
CMYK
RGB Variations
Color information
#1969AB (or 0x1969AB) is known color: Denim. HEX triplet: 19, 69 and AB. RGB value is (25,105,171). Sum of RGB (Red+Green+Blue) = 25+105+171=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #1969AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1969AB is #E69654. Grayscale: #585858. Windows color (decimal): -15111765 or 11233561. OLE color: 11233561.
HSL color Cylindrical-coordinate representation of color #1969AB: hue angle of 207.12º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1969AB is Cyan = 0.85, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 105 | 171 | - |
| CMYK | 0.85 | 0.39 | 0 | 0.33 |
| HSL | 207.12º | 0.74% | 0.38% | - |
| HSV(B) | 207.12º | 0.85% | 0.67% | - |
| XYZ | 12.8 | 13.25 | 40.41 | - |
| YUV | 88.6 | 174.5 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 171 | 0.85 | 0.39 | 0 | 0.33 | 207.12 | 0.74 | 0.38 |
| Hex | 19 | 69 | AB | 55 | 27 | 0 | 21 | CF | 4A | 26 |
| Octal | 31 | 151 | 253 | 125 | 47 | 0 | 41 | 317 | 112 | 46 |
| Binary | 11001 | 1101001 | 10101011 | 1010101 | 100111 | 0 | 100001 | 11001111 | 1001010 | 100110 |
Color Harmonies of #1969AB
Complementary color
Monochromatic Colors of #1969AB
Black with #1969AB
Text Example
Text Example
White with #1969AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1969AB; }
p { color: rgb(25,105,171); }
H1.HeaderClassName
{
color: #1969AB;
}
.AnyTagClassName
{
color: #1969AB;
}
</style>
background-color css
<style>
a { background-color: #1969AB; }
a { background-color: rgb(25,105,171); }
div.DivClassName
{
background-color: #1969AB;
}
.BgClassName
{
background-color: #1969AB;
}
</style>
border-color css
<style>
span { border-color: #1969AB; }
span { border-color: rgb(25,105,171); }
td.TdClassName
{
border-color: #1969AB;
}
.TagClassName
{
border-color: #1969AB;
}
</style>