Shades of Denim #1364CC
Tints of Denim #1364CC
RGB
CMYK
RGB Variations
Color information
#1364CC (or 0x1364CC) is known color: Denim. HEX triplet: 13, 64 and CC. RGB value is (19,100,204). Sum of RGB (Red+Green+Blue) = 19+100+204=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 204 (80.08% from 255 or 63.16% from 323); Max value from RGB is 204 - color contains mainly: blue. Hex color #1364CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1364CC is #EC9B33. Grayscale: #575757. Windows color (decimal): -15506228 or 13394963. OLE color: 13394963.
HSL color Cylindrical-coordinate representation of color #1364CC: hue angle of 213.73º 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 #1364CC is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 100 | 204 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.2 |
| HSL | 213.73º | 0.83% | 0.44% | - |
| HSV(B) | 213.73º | 0.91% | 0.8% | - |
| XYZ | 15.72 | 13.61 | 58.93 | - |
| YUV | 87.64 | 193.66 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 100 | 204 | 0.91 | 0.51 | 0 | 0.2 | 213.73 | 0.83 | 0.44 |
| Hex | 13 | 64 | CC | 5B | 33 | 0 | 14 | D6 | 53 | 2C |
| Octal | 23 | 144 | 314 | 133 | 63 | 0 | 24 | 326 | 123 | 54 |
| Binary | 10011 | 1100100 | 11001100 | 1011011 | 110011 | 0 | 10100 | 11010110 | 1010011 | 101100 |
Color Harmonies of #1364CC
Complementary color
Monochromatic Colors of #1364CC
Black with #1364CC
Text Example
Text Example
White with #1364CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1364CC; }
p { color: rgb(19,100,204); }
H1.HeaderClassName
{
color: #1364CC;
}
.AnyTagClassName
{
color: #1364CC;
}
</style>
background-color css
<style>
a { background-color: #1364CC; }
a { background-color: rgb(19,100,204); }
div.DivClassName
{
background-color: #1364CC;
}
.BgClassName
{
background-color: #1364CC;
}
</style>
border-color css
<style>
span { border-color: #1364CC; }
span { border-color: rgb(19,100,204); }
td.TdClassName
{
border-color: #1364CC;
}
.TagClassName
{
border-color: #1364CC;
}
</style>