Shades of Denim #1365CC
Tints of Denim #1365CC
RGB
CMYK
RGB Variations
Color information
#1365CC (or 0x1365CC) is known color: Denim. HEX triplet: 13, 65 and CC. RGB value is (19,101,204). Sum of RGB (Red+Green+Blue) = 19+101+204=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #1365CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365CC is #EC9A33. Grayscale: #575757. Windows color (decimal): -15505972 or 13395219. OLE color: 13395219.
HSL color Cylindrical-coordinate representation of color #1365CC: hue angle of 213.41º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1365CC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 101 | 204 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.2 |
| HSL | 213.41º | 0.83% | 0.44% | - |
| HSV(B) | 213.41º | 0.91% | 0.8% | - |
| XYZ | 15.82 | 13.81 | 58.96 | - |
| YUV | 88.22 | 193.33 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 204 | 0.91 | 0.50 | 0 | 0.2 | 213.41 | 0.83 | 0.44 |
| Hex | 13 | 65 | CC | 5B | 32 | 0 | 14 | D5 | 53 | 2C |
| Octal | 23 | 145 | 314 | 133 | 62 | 0 | 24 | 325 | 123 | 54 |
| Binary | 10011 | 1100101 | 11001100 | 1011011 | 110010 | 0 | 10100 | 11010101 | 1010011 | 101100 |
Color Harmonies of #1365CC
Complementary color
Monochromatic Colors of #1365CC
Black with #1365CC
Text Example
Text Example
White with #1365CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365CC; }
p { color: rgb(19,101,204); }
H1.HeaderClassName
{
color: #1365CC;
}
.AnyTagClassName
{
color: #1365CC;
}
</style>
background-color css
<style>
a { background-color: #1365CC; }
a { background-color: rgb(19,101,204); }
div.DivClassName
{
background-color: #1365CC;
}
.BgClassName
{
background-color: #1365CC;
}
</style>
border-color css
<style>
span { border-color: #1365CC; }
span { border-color: rgb(19,101,204); }
td.TdClassName
{
border-color: #1365CC;
}
.TagClassName
{
border-color: #1365CC;
}
</style>