Shades of Denim #1366CE
Tints of Denim #1366CE
RGB
CMYK
RGB Variations
Color information
#1366CE (or 0x1366CE) is known color: Denim. HEX triplet: 13, 66 and CE. RGB value is (19,102,206). Sum of RGB (Red+Green+Blue) = 19+102+206=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #1366CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1366CE is #EC9931. Grayscale: #585858. Windows color (decimal): -15505714 or 13526547. OLE color: 13526547.
HSL color Cylindrical-coordinate representation of color #1366CE: hue angle of 213.37º 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 #1366CE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 102 | 206 | - |
| CMYK | 0.91 | 0.50 | 0 | 0.19 |
| HSL | 213.37º | 0.83% | 0.44% | - |
| HSV(B) | 213.37º | 0.91% | 0.81% | - |
| XYZ | 16.16 | 14.1 | 60.26 | - |
| YUV | 89.04 | 194 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 206 | 0.91 | 0.50 | 0 | 0.19 | 213.37 | 0.83 | 0.44 |
| Hex | 13 | 66 | CE | 5B | 32 | 0 | 13 | D5 | 53 | 2C |
| Octal | 23 | 146 | 316 | 133 | 62 | 0 | 23 | 325 | 123 | 54 |
| Binary | 10011 | 1100110 | 11001110 | 1011011 | 110010 | 0 | 10011 | 11010101 | 1010011 | 101100 |
Color Harmonies of #1366CE
Complementary color
Monochromatic Colors of #1366CE
Black with #1366CE
Text Example
Text Example
White with #1366CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1366CE; }
p { color: rgb(19,102,206); }
H1.HeaderClassName
{
color: #1366CE;
}
.AnyTagClassName
{
color: #1366CE;
}
</style>
background-color css
<style>
a { background-color: #1366CE; }
a { background-color: rgb(19,102,206); }
div.DivClassName
{
background-color: #1366CE;
}
.BgClassName
{
background-color: #1366CE;
}
</style>
border-color css
<style>
span { border-color: #1366CE; }
span { border-color: rgb(19,102,206); }
td.TdClassName
{
border-color: #1366CE;
}
.TagClassName
{
border-color: #1366CE;
}
</style>