Shades of Denim #1363D0
Tints of Denim #1363D0
RGB
CMYK
RGB Variations
Color information
#1363D0 (or 0x1363D0) is known color: Denim. HEX triplet: 13, 63 and D0. RGB value is (19,99,208). Sum of RGB (Red+Green+Blue) = 19+99+208=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 208 (81.64% from 255 or 63.80% from 326); Max value from RGB is 208 - color contains mainly: blue. Hex color #1363D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363D0 is #EC9C2F. Grayscale: #565656. Windows color (decimal): -15506480 or 13656851. OLE color: 13656851.
HSL color Cylindrical-coordinate representation of color #1363D0: hue angle of 214.6º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1363D0 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 99 | 208 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.18 |
| HSL | 214.6º | 0.83% | 0.45% | - |
| HSV(B) | 214.6º | 0.91% | 0.82% | - |
| XYZ | 16.12 | 13.62 | 61.45 | - |
| YUV | 87.51 | 196 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 208 | 0.91 | 0.52 | 0 | 0.18 | 214.6 | 0.83 | 0.45 |
| Hex | 13 | 63 | D0 | 5B | 34 | 0 | 12 | D7 | 53 | 2D |
| Octal | 23 | 143 | 320 | 133 | 64 | 0 | 22 | 327 | 123 | 55 |
| Binary | 10011 | 1100011 | 11010000 | 1011011 | 110100 | 0 | 10010 | 11010111 | 1010011 | 101101 |
Color Harmonies of #1363D0
Complementary color
Monochromatic Colors of #1363D0
Black with #1363D0
Text Example
Text Example
White with #1363D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363D0; }
p { color: rgb(19,99,208); }
H1.HeaderClassName
{
color: #1363D0;
}
.AnyTagClassName
{
color: #1363D0;
}
</style>
background-color css
<style>
a { background-color: #1363D0; }
a { background-color: rgb(19,99,208); }
div.DivClassName
{
background-color: #1363D0;
}
.BgClassName
{
background-color: #1363D0;
}
</style>
border-color css
<style>
span { border-color: #1363D0; }
span { border-color: rgb(19,99,208); }
td.TdClassName
{
border-color: #1363D0;
}
.TagClassName
{
border-color: #1363D0;
}
</style>