Shades of Denim #1958BA
Tints of Denim #1958BA
RGB
CMYK
RGB Variations
Color information
#1958BA (or 0x1958BA) is known color: Denim. HEX triplet: 19, 58 and BA. RGB value is (25,88,186). Sum of RGB (Red+Green+Blue) = 25+88+186=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #1958BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1958BA is #E6A745. Grayscale: #4F4F4F. Windows color (decimal): -15116102 or 12212249. OLE color: 12212249.
HSL color Cylindrical-coordinate representation of color #1958BA: hue angle of 216.52º 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 #1958BA is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 88 | 186 | - |
| CMYK | 0.87 | 0.53 | 0 | 0.27 |
| HSL | 216.52º | 0.76% | 0.41% | - |
| HSV(B) | 216.52º | 0.87% | 0.73% | - |
| XYZ | 12.75 | 10.73 | 47.85 | - |
| YUV | 80.34 | 187.63 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 186 | 0.87 | 0.53 | 0 | 0.27 | 216.52 | 0.76 | 0.41 |
| Hex | 19 | 58 | BA | 57 | 35 | 0 | 1B | D9 | 4C | 29 |
| Octal | 31 | 130 | 272 | 127 | 65 | 0 | 33 | 331 | 114 | 51 |
| Binary | 11001 | 1011000 | 10111010 | 1010111 | 110101 | 0 | 11011 | 11011001 | 1001100 | 101001 |
Color Harmonies of #1958BA
Complementary color
Monochromatic Colors of #1958BA
Black with #1958BA
Text Example
Text Example
White with #1958BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1958BA; }
p { color: rgb(25,88,186); }
H1.HeaderClassName
{
color: #1958BA;
}
.AnyTagClassName
{
color: #1958BA;
}
</style>
background-color css
<style>
a { background-color: #1958BA; }
a { background-color: rgb(25,88,186); }
div.DivClassName
{
background-color: #1958BA;
}
.BgClassName
{
background-color: #1958BA;
}
</style>
border-color css
<style>
span { border-color: #1958BA; }
span { border-color: rgb(25,88,186); }
td.TdClassName
{
border-color: #1958BA;
}
.TagClassName
{
border-color: #1958BA;
}
</style>