Shades of Denim #1954B4
Tints of Denim #1954B4
RGB
CMYK
RGB Variations
Color information
#1954B4 (or 0x1954B4) is known color: Denim. HEX triplet: 19, 54 and B4. RGB value is (25,84,180). Sum of RGB (Red+Green+Blue) = 25+84+180=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #1954B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1954B4 is #E6AB4B. Grayscale: #4C4C4C. Windows color (decimal): -15117132 or 11818009. OLE color: 11818009.
HSL color Cylindrical-coordinate representation of color #1954B4: hue angle of 217.16º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1954B4 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 84 | 180 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.29 |
| HSL | 217.16º | 0.76% | 0.4% | - |
| HSV(B) | 217.16º | 0.86% | 0.71% | - |
| XYZ | 11.81 | 9.84 | 44.46 | - |
| YUV | 77.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 84 | 180 | 0.86 | 0.53 | 0 | 0.29 | 217.16 | 0.76 | 0.4 |
| Hex | 19 | 54 | B4 | 56 | 35 | 0 | 1D | D9 | 4C | 28 |
| Octal | 31 | 124 | 264 | 126 | 65 | 0 | 35 | 331 | 114 | 50 |
| Binary | 11001 | 1010100 | 10110100 | 1010110 | 110101 | 0 | 11101 | 11011001 | 1001100 | 101000 |
Color Harmonies of #1954B4
Complementary color
Monochromatic Colors of #1954B4
Black with #1954B4
Text Example
Text Example
White with #1954B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1954B4; }
p { color: rgb(25,84,180); }
H1.HeaderClassName
{
color: #1954B4;
}
.AnyTagClassName
{
color: #1954B4;
}
</style>
background-color css
<style>
a { background-color: #1954B4; }
a { background-color: rgb(25,84,180); }
div.DivClassName
{
background-color: #1954B4;
}
.BgClassName
{
background-color: #1954B4;
}
</style>
border-color css
<style>
span { border-color: #1954B4; }
span { border-color: rgb(25,84,180); }
td.TdClassName
{
border-color: #1954B4;
}
.TagClassName
{
border-color: #1954B4;
}
</style>