Shades of Denim #1954BE
Tints of Denim #1954BE
RGB
CMYK
RGB Variations
Color information
#1954BE (or 0x1954BE) is known color: Denim. HEX triplet: 19, 54 and BE. RGB value is (25,84,190). Sum of RGB (Red+Green+Blue) = 25+84+190=299 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.36% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #1954BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954BE is #E6AB41. Grayscale: #4D4D4D. Windows color (decimal): -15117122 or 12473369. OLE color: 12473369.
HSL color Cylindrical-coordinate representation of color #1954BE: hue angle of 218.55º 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 #1954BE is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 84 | 190 | - |
| CMYK | 0.87 | 0.56 | 0 | 0.25 |
| HSL | 218.55º | 0.77% | 0.42% | - |
| HSV(B) | 218.55º | 0.87% | 0.75% | - |
| XYZ | 12.87 | 10.27 | 50.02 | - |
| YUV | 78.44 | 190.95 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 190 | 0.87 | 0.56 | 0 | 0.25 | 218.55 | 0.77 | 0.42 |
| Hex | 19 | 54 | BE | 57 | 38 | 0 | 19 | DB | 4D | 2A |
| Octal | 31 | 124 | 276 | 127 | 70 | 0 | 31 | 333 | 115 | 52 |
| Binary | 11001 | 1010100 | 10111110 | 1010111 | 111000 | 0 | 11001 | 11011011 | 1001101 | 101010 |
Color Harmonies of #1954BE
Complementary color
Monochromatic Colors of #1954BE
Black with #1954BE
Text Example
Text Example
White with #1954BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954BE; }
p { color: rgb(25,84,190); }
H1.HeaderClassName
{
color: #1954BE;
}
.AnyTagClassName
{
color: #1954BE;
}
</style>
background-color css
<style>
a { background-color: #1954BE; }
a { background-color: rgb(25,84,190); }
div.DivClassName
{
background-color: #1954BE;
}
.BgClassName
{
background-color: #1954BE;
}
</style>
border-color css
<style>
span { border-color: #1954BE; }
span { border-color: rgb(25,84,190); }
td.TdClassName
{
border-color: #1954BE;
}
.TagClassName
{
border-color: #1954BE;
}
</style>