Shades of Denim #1968BD
Tints of Denim #1968BD
RGB
CMYK
RGB Variations
Color information
#1968BD (or 0x1968BD) is known color: Denim. HEX triplet: 19, 68 and BD. RGB value is (25,104,189). Sum of RGB (Red+Green+Blue) = 25+104+189=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #1968BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968BD is #E69742. Grayscale: #595959. Windows color (decimal): -15112003 or 12412953. OLE color: 12412953.
HSL color Cylindrical-coordinate representation of color #1968BD: hue angle of 211.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1968BD is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 25 | 104 | 189 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.26 |
| HSL | 211.1º | 0.77% | 0.42% | - |
| HSV(B) | 211.1º | 0.87% | 0.74% | - |
| XYZ | 14.54 | 13.78 | 50.04 | - |
| YUV | 90.07 | 183.83 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 189 | 0.87 | 0.45 | 0 | 0.26 | 211.1 | 0.77 | 0.42 |
| Hex | 19 | 68 | BD | 57 | 2D | 0 | 1A | D3 | 4D | 2A |
| Octal | 31 | 150 | 275 | 127 | 55 | 0 | 32 | 323 | 115 | 52 |
| Binary | 11001 | 1101000 | 10111101 | 1010111 | 101101 | 0 | 11010 | 11010011 | 1001101 | 101010 |
Color Harmonies of #1968BD
Complementary color
Monochromatic Colors of #1968BD
Black with #1968BD
Text Example
Text Example
White with #1968BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1968BD; }
p { color: rgb(25,104,189); }
H1.HeaderClassName
{
color: #1968BD;
}
.AnyTagClassName
{
color: #1968BD;
}
</style>
background-color css
<style>
a { background-color: #1968BD; }
a { background-color: rgb(25,104,189); }
div.DivClassName
{
background-color: #1968BD;
}
.BgClassName
{
background-color: #1968BD;
}
</style>
border-color css
<style>
span { border-color: #1968BD; }
span { border-color: rgb(25,104,189); }
td.TdClassName
{
border-color: #1968BD;
}
.TagClassName
{
border-color: #1968BD;
}
</style>