Shades of Denim #1959BB
Tints of Denim #1959BB
RGB
CMYK
RGB Variations
Color information
#1959BB (or 0x1959BB) is known color: Denim. HEX triplet: 19, 59 and BB. RGB value is (25,89,187). Sum of RGB (Red+Green+Blue) = 25+89+187=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 187 (73.44% from 255 or 62.13% from 301); Max value from RGB is 187 - color contains mainly: blue. Hex color #1959BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959BB is #E6A644. Grayscale: #505050. Windows color (decimal): -15115845 or 12278041. OLE color: 12278041.
HSL color Cylindrical-coordinate representation of color #1959BB: hue angle of 216.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1959BB is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 89 | 187 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.27 |
| HSL | 216.3º | 0.76% | 0.42% | - |
| HSV(B) | 216.3º | 0.87% | 0.73% | - |
| XYZ | 12.94 | 10.94 | 48.44 | - |
| YUV | 81.04 | 187.8 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 187 | 0.87 | 0.52 | 0 | 0.27 | 216.3 | 0.76 | 0.42 |
| Hex | 19 | 59 | BB | 57 | 34 | 0 | 1B | D8 | 4C | 2A |
| Octal | 31 | 131 | 273 | 127 | 64 | 0 | 33 | 330 | 114 | 52 |
| Binary | 11001 | 1011001 | 10111011 | 1010111 | 110100 | 0 | 11011 | 11011000 | 1001100 | 101010 |
Color Harmonies of #1959BB
Complementary color
Monochromatic Colors of #1959BB
Black with #1959BB
Text Example
Text Example
White with #1959BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1959BB; }
p { color: rgb(25,89,187); }
H1.HeaderClassName
{
color: #1959BB;
}
.AnyTagClassName
{
color: #1959BB;
}
</style>
background-color css
<style>
a { background-color: #1959BB; }
a { background-color: rgb(25,89,187); }
div.DivClassName
{
background-color: #1959BB;
}
.BgClassName
{
background-color: #1959BB;
}
</style>
border-color css
<style>
span { border-color: #1959BB; }
span { border-color: rgb(25,89,187); }
td.TdClassName
{
border-color: #1959BB;
}
.TagClassName
{
border-color: #1959BB;
}
</style>