Shades of Denim #1365CE
Tints of Denim #1365CE
RGB
CMYK
RGB Variations
Color information
#1365CE (or 0x1365CE) is known color: Denim. HEX triplet: 13, 65 and CE. RGB value is (19,101,206). Sum of RGB (Red+Green+Blue) = 19+101+206=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #1365CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365CE is #EC9A31. Grayscale: #575757. Windows color (decimal): -15505970 or 13526291. OLE color: 13526291.
HSL color Cylindrical-coordinate representation of color #1365CE: hue angle of 213.69º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1365CE is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 101 | 206 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.19 |
| HSL | 213.69º | 0.83% | 0.44% | - |
| HSV(B) | 213.69º | 0.91% | 0.81% | - |
| XYZ | 16.06 | 13.9 | 60.23 | - |
| YUV | 88.45 | 194.33 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 206 | 0.91 | 0.51 | 0 | 0.19 | 213.69 | 0.83 | 0.44 |
| Hex | 13 | 65 | CE | 5B | 33 | 0 | 13 | D6 | 53 | 2C |
| Octal | 23 | 145 | 316 | 133 | 63 | 0 | 23 | 326 | 123 | 54 |
| Binary | 10011 | 1100101 | 11001110 | 1011011 | 110011 | 0 | 10011 | 11010110 | 1010011 | 101100 |
Color Harmonies of #1365CE
Complementary color
Monochromatic Colors of #1365CE
Black with #1365CE
Text Example
Text Example
White with #1365CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365CE; }
p { color: rgb(19,101,206); }
H1.HeaderClassName
{
color: #1365CE;
}
.AnyTagClassName
{
color: #1365CE;
}
</style>
background-color css
<style>
a { background-color: #1365CE; }
a { background-color: rgb(19,101,206); }
div.DivClassName
{
background-color: #1365CE;
}
.BgClassName
{
background-color: #1365CE;
}
</style>
border-color css
<style>
span { border-color: #1365CE; }
span { border-color: rgb(19,101,206); }
td.TdClassName
{
border-color: #1365CE;
}
.TagClassName
{
border-color: #1365CE;
}
</style>