Shades of Denim #1969BE
Tints of Denim #1969BE
RGB
CMYK
RGB Variations
Color information
#1969BE (or 0x1969BE) is known color: Denim. HEX triplet: 19, 69 and BE. RGB value is (25,105,190). Sum of RGB (Red+Green+Blue) = 25+105+190=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #1969BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1969BE is #E69641. Grayscale: #5A5A5A. Windows color (decimal): -15111746 or 12478745. OLE color: 12478745.
HSL color Cylindrical-coordinate representation of color #1969BE: hue angle of 210.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1969BE is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 105 | 190 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.25 |
| HSL | 210.91º | 0.77% | 0.42% | - |
| HSV(B) | 210.91º | 0.87% | 0.75% | - |
| XYZ | 14.75 | 14.03 | 50.65 | - |
| YUV | 90.77 | 184 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 190 | 0.87 | 0.45 | 0 | 0.25 | 210.91 | 0.77 | 0.42 |
| Hex | 19 | 69 | BE | 57 | 2D | 0 | 19 | D3 | 4D | 2A |
| Octal | 31 | 151 | 276 | 127 | 55 | 0 | 31 | 323 | 115 | 52 |
| Binary | 11001 | 1101001 | 10111110 | 1010111 | 101101 | 0 | 11001 | 11010011 | 1001101 | 101010 |
Color Harmonies of #1969BE
Complementary color
Monochromatic Colors of #1969BE
Black with #1969BE
Text Example
Text Example
White with #1969BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1969BE; }
p { color: rgb(25,105,190); }
H1.HeaderClassName
{
color: #1969BE;
}
.AnyTagClassName
{
color: #1969BE;
}
</style>
background-color css
<style>
a { background-color: #1969BE; }
a { background-color: rgb(25,105,190); }
div.DivClassName
{
background-color: #1969BE;
}
.BgClassName
{
background-color: #1969BE;
}
</style>
border-color css
<style>
span { border-color: #1969BE; }
span { border-color: rgb(25,105,190); }
td.TdClassName
{
border-color: #1969BE;
}
.TagClassName
{
border-color: #1969BE;
}
</style>