Shades of Denim #1969BA
Tints of Denim #1969BA
RGB
CMYK
RGB Variations
Color information
#1969BA (or 0x1969BA) is known color: Denim. HEX triplet: 19, 69 and BA. RGB value is (25,105,186). Sum of RGB (Red+Green+Blue) = 25+105+186=316 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.91% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #1969BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1969BA is #E69645. Grayscale: #595959. Windows color (decimal): -15111750 or 12216601. OLE color: 12216601.
HSL color Cylindrical-coordinate representation of color #1969BA: hue angle of 210.19º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1969BA is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 105 | 186 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.27 |
| HSL | 210.19º | 0.76% | 0.41% | - |
| HSV(B) | 210.19º | 0.87% | 0.73% | - |
| XYZ | 14.32 | 13.85 | 48.37 | - |
| YUV | 90.31 | 182 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 186 | 0.87 | 0.44 | 0 | 0.27 | 210.19 | 0.76 | 0.41 |
| Hex | 19 | 69 | BA | 57 | 2C | 0 | 1B | D2 | 4C | 29 |
| Octal | 31 | 151 | 272 | 127 | 54 | 0 | 33 | 322 | 114 | 51 |
| Binary | 11001 | 1101001 | 10111010 | 1010111 | 101100 | 0 | 11011 | 11010010 | 1001100 | 101001 |
Color Harmonies of #1969BA
Complementary color
Monochromatic Colors of #1969BA
Black with #1969BA
Text Example
Text Example
White with #1969BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1969BA; }
p { color: rgb(25,105,186); }
H1.HeaderClassName
{
color: #1969BA;
}
.AnyTagClassName
{
color: #1969BA;
}
</style>
background-color css
<style>
a { background-color: #1969BA; }
a { background-color: rgb(25,105,186); }
div.DivClassName
{
background-color: #1969BA;
}
.BgClassName
{
background-color: #1969BA;
}
</style>
border-color css
<style>
span { border-color: #1969BA; }
span { border-color: rgb(25,105,186); }
td.TdClassName
{
border-color: #1969BA;
}
.TagClassName
{
border-color: #1969BA;
}
</style>