Shades of Denim #1952AB
Tints of Denim #1952AB
RGB
CMYK
RGB Variations
Color information
#1952AB (or 0x1952AB) is known color: Denim. HEX triplet: 19, 52 and AB. RGB value is (25,82,171). Sum of RGB (Red+Green+Blue) = 25+82+171=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #1952AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1952AB is #E6AD54. Grayscale: #4A4A4A. Windows color (decimal): -15117653 or 11227673. OLE color: 11227673.
HSL color Cylindrical-coordinate representation of color #1952AB: hue angle of 216.58º 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 #1952AB is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 82 | 171 | - |
| CMYK | 0.85 | 0.52 | 0 | 0.33 |
| HSL | 216.58º | 0.74% | 0.38% | - |
| HSV(B) | 216.58º | 0.85% | 0.67% | - |
| XYZ | 10.77 | 9.18 | 39.73 | - |
| YUV | 75.1 | 182.12 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 82 | 171 | 0.85 | 0.52 | 0 | 0.33 | 216.58 | 0.74 | 0.38 |
| Hex | 19 | 52 | AB | 55 | 34 | 0 | 21 | D9 | 4A | 26 |
| Octal | 31 | 122 | 253 | 125 | 64 | 0 | 41 | 331 | 112 | 46 |
| Binary | 11001 | 1010010 | 10101011 | 1010101 | 110100 | 0 | 100001 | 11011001 | 1001010 | 100110 |
Color Harmonies of #1952AB
Complementary color
Monochromatic Colors of #1952AB
Black with #1952AB
Text Example
Text Example
White with #1952AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1952AB; }
p { color: rgb(25,82,171); }
H1.HeaderClassName
{
color: #1952AB;
}
.AnyTagClassName
{
color: #1952AB;
}
</style>
background-color css
<style>
a { background-color: #1952AB; }
a { background-color: rgb(25,82,171); }
div.DivClassName
{
background-color: #1952AB;
}
.BgClassName
{
background-color: #1952AB;
}
</style>
border-color css
<style>
span { border-color: #1952AB; }
span { border-color: rgb(25,82,171); }
td.TdClassName
{
border-color: #1952AB;
}
.TagClassName
{
border-color: #1952AB;
}
</style>