Shades of Denim #1968C9
Tints of Denim #1968C9
RGB
CMYK
RGB Variations
Color information
#1968C9 (or 0x1968C9) is known color: Denim. HEX triplet: 19, 68 and C9. RGB value is (25,104,201). Sum of RGB (Red+Green+Blue) = 25+104+201=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #1968C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968C9 is #E69736. Grayscale: #5A5A5A. Windows color (decimal): -15111991 or 13199385. OLE color: 13199385.
HSL color Cylindrical-coordinate representation of color #1968C9: hue angle of 213.07º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1968C9 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 104 | 201 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.21 |
| HSL | 213.07º | 0.78% | 0.44% | - |
| HSV(B) | 213.07º | 0.88% | 0.79% | - |
| XYZ | 15.89 | 14.32 | 57.19 | - |
| YUV | 91.44 | 189.83 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 201 | 0.88 | 0.48 | 0 | 0.21 | 213.07 | 0.78 | 0.44 |
| Hex | 19 | 68 | C9 | 58 | 30 | 0 | 15 | D5 | 4E | 2C |
| Octal | 31 | 150 | 311 | 130 | 60 | 0 | 25 | 325 | 116 | 54 |
| Binary | 11001 | 1101000 | 11001001 | 1011000 | 110000 | 0 | 10101 | 11010101 | 1001110 | 101100 |
Color Harmonies of #1968C9
Complementary color
Monochromatic Colors of #1968C9
Black with #1968C9
Text Example
Text Example
White with #1968C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1968C9; }
p { color: rgb(25,104,201); }
H1.HeaderClassName
{
color: #1968C9;
}
.AnyTagClassName
{
color: #1968C9;
}
</style>
background-color css
<style>
a { background-color: #1968C9; }
a { background-color: rgb(25,104,201); }
div.DivClassName
{
background-color: #1968C9;
}
.BgClassName
{
background-color: #1968C9;
}
</style>
border-color css
<style>
span { border-color: #1968C9; }
span { border-color: rgb(25,104,201); }
td.TdClassName
{
border-color: #1968C9;
}
.TagClassName
{
border-color: #1968C9;
}
</style>