Shades of Denim #1978CF
Tints of Denim #1978CF
RGB
CMYK
RGB Variations
Color information
#1978CF (or 0x1978CF) is known color: Denim. HEX triplet: 19, 78 and CF. RGB value is (25,120,207). Sum of RGB (Red+Green+Blue) = 25+120+207=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #1978CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1978CF is #E68730. Grayscale: #656565. Windows color (decimal): -15107889 or 13596697. OLE color: 13596697.
HSL color Cylindrical-coordinate representation of color #1978CF: hue angle of 208.68º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1978CF is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 120 | 207 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.19 |
| HSL | 208.68º | 0.78% | 0.45% | - |
| HSV(B) | 208.68º | 0.88% | 0.81% | - |
| XYZ | 18.38 | 18.14 | 61.57 | - |
| YUV | 101.51 | 187.53 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 120 | 207 | 0.88 | 0.42 | 0 | 0.19 | 208.68 | 0.78 | 0.45 |
| Hex | 19 | 78 | CF | 58 | 2A | 0 | 13 | D1 | 4E | 2D |
| Octal | 31 | 170 | 317 | 130 | 52 | 0 | 23 | 321 | 116 | 55 |
| Binary | 11001 | 1111000 | 11001111 | 1011000 | 101010 | 0 | 10011 | 11010001 | 1001110 | 101101 |
Color Harmonies of #1978CF
Complementary color
Monochromatic Colors of #1978CF
Black with #1978CF
Text Example
Text Example
White with #1978CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1978CF; }
p { color: rgb(25,120,207); }
H1.HeaderClassName
{
color: #1978CF;
}
.AnyTagClassName
{
color: #1978CF;
}
</style>
background-color css
<style>
a { background-color: #1978CF; }
a { background-color: rgb(25,120,207); }
div.DivClassName
{
background-color: #1978CF;
}
.BgClassName
{
background-color: #1978CF;
}
</style>
border-color css
<style>
span { border-color: #1978CF; }
span { border-color: rgb(25,120,207); }
td.TdClassName
{
border-color: #1978CF;
}
.TagClassName
{
border-color: #1978CF;
}
</style>