Shades of Denim #1969BD
Tints of Denim #1969BD
RGB
CMYK
RGB Variations
Color information
#1969BD (or 0x1969BD) is known color: Denim. HEX triplet: 19, 69 and BD. RGB value is (25,105,189). Sum of RGB (Red+Green+Blue) = 25+105+189=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #1969BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1969BD is #E69642. Grayscale: #5A5A5A. Windows color (decimal): -15111747 or 12413209. OLE color: 12413209.
HSL color Cylindrical-coordinate representation of color #1969BD: hue angle of 210.73º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1969BD is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 105 | 189 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.26 |
| HSL | 210.73º | 0.77% | 0.42% | - |
| HSV(B) | 210.73º | 0.87% | 0.74% | - |
| XYZ | 14.64 | 13.98 | 50.07 | - |
| YUV | 90.66 | 183.5 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 189 | 0.87 | 0.44 | 0 | 0.26 | 210.73 | 0.77 | 0.42 |
| Hex | 19 | 69 | BD | 57 | 2C | 0 | 1A | D3 | 4D | 2A |
| Octal | 31 | 151 | 275 | 127 | 54 | 0 | 32 | 323 | 115 | 52 |
| Binary | 11001 | 1101001 | 10111101 | 1010111 | 101100 | 0 | 11010 | 11010011 | 1001101 | 101010 |
Color Harmonies of #1969BD
Complementary color
Monochromatic Colors of #1969BD
Black with #1969BD
Text Example
Text Example
White with #1969BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1969BD; }
p { color: rgb(25,105,189); }
H1.HeaderClassName
{
color: #1969BD;
}
.AnyTagClassName
{
color: #1969BD;
}
</style>
background-color css
<style>
a { background-color: #1969BD; }
a { background-color: rgb(25,105,189); }
div.DivClassName
{
background-color: #1969BD;
}
.BgClassName
{
background-color: #1969BD;
}
</style>
border-color css
<style>
span { border-color: #1969BD; }
span { border-color: rgb(25,105,189); }
td.TdClassName
{
border-color: #1969BD;
}
.TagClassName
{
border-color: #1969BD;
}
</style>