Shades of Denim #1351D8
Tints of Denim #1351D8
RGB
CMYK
RGB Variations
Color information
#1351D8 (or 0x1351D8) is known color: Denim. HEX triplet: 13, 51 and D8. RGB value is (19,81,216). Sum of RGB (Red+Green+Blue) = 19+81+216=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 216 (84.77% from 255 or 68.35% from 316); Max value from RGB is 216 - color contains mainly: blue. Hex color #1351D8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1351D8 is #ECAE27. Grayscale: #4D4D4D. Windows color (decimal): -15511080 or 14176531. OLE color: 14176531.
HSL color Cylindrical-coordinate representation of color #1351D8: hue angle of 221.12º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1351D8 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 19 | 81 | 216 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.15 |
| HSL | 221.12º | 0.84% | 0.46% | - |
| HSV(B) | 221.12º | 0.91% | 0.85% | - |
| XYZ | 15.61 | 10.98 | 66.26 | - |
| YUV | 77.85 | 205.96 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 216 | 0.91 | 0.62 | 0 | 0.15 | 221.12 | 0.84 | 0.46 |
| Hex | 13 | 51 | D8 | 5B | 3E | 0 | F | DD | 54 | 2E |
| Octal | 23 | 121 | 330 | 133 | 76 | 0 | 17 | 335 | 124 | 56 |
| Binary | 10011 | 1010001 | 11011000 | 1011011 | 111110 | 0 | 1111 | 11011101 | 1010100 | 101110 |
Color Harmonies of #1351D8
Complementary color
Monochromatic Colors of #1351D8
Black with #1351D8
Text Example
Text Example
White with #1351D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1351D8; }
p { color: rgb(19,81,216); }
H1.HeaderClassName
{
color: #1351D8;
}
.AnyTagClassName
{
color: #1351D8;
}
</style>
background-color css
<style>
a { background-color: #1351D8; }
a { background-color: rgb(19,81,216); }
div.DivClassName
{
background-color: #1351D8;
}
.BgClassName
{
background-color: #1351D8;
}
</style>
border-color css
<style>
span { border-color: #1351D8; }
span { border-color: rgb(19,81,216); }
td.TdClassName
{
border-color: #1351D8;
}
.TagClassName
{
border-color: #1351D8;
}
</style>