Shades of Denim #1369CE
Tints of Denim #1369CE
RGB
CMYK
RGB Variations
Color information
#1369CE (or 0x1369CE) is known color: Denim. HEX triplet: 13, 69 and CE. RGB value is (19,105,206). Sum of RGB (Red+Green+Blue) = 19+105+206=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1369CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1369CE is #EC9631. Grayscale: #5A5A5A. Windows color (decimal): -15504946 or 13527315. OLE color: 13527315.
HSL color Cylindrical-coordinate representation of color #1369CE: hue angle of 212.41º 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 #1369CE is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 105 | 206 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.19 |
| HSL | 212.41º | 0.83% | 0.44% | - |
| HSV(B) | 212.41º | 0.91% | 0.81% | - |
| XYZ | 16.46 | 14.7 | 60.36 | - |
| YUV | 90.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 206 | 0.91 | 0.49 | 0 | 0.19 | 212.41 | 0.83 | 0.44 |
| Hex | 13 | 69 | CE | 5B | 31 | 0 | 13 | D4 | 53 | 2C |
| Octal | 23 | 151 | 316 | 133 | 61 | 0 | 23 | 324 | 123 | 54 |
| Binary | 10011 | 1101001 | 11001110 | 1011011 | 110001 | 0 | 10011 | 11010100 | 1010011 | 101100 |
Color Harmonies of #1369CE
Complementary color
Monochromatic Colors of #1369CE
Black with #1369CE
Text Example
Text Example
White with #1369CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1369CE; }
p { color: rgb(19,105,206); }
H1.HeaderClassName
{
color: #1369CE;
}
.AnyTagClassName
{
color: #1369CE;
}
</style>
background-color css
<style>
a { background-color: #1369CE; }
a { background-color: rgb(19,105,206); }
div.DivClassName
{
background-color: #1369CE;
}
.BgClassName
{
background-color: #1369CE;
}
</style>
border-color css
<style>
span { border-color: #1369CE; }
span { border-color: rgb(19,105,206); }
td.TdClassName
{
border-color: #1369CE;
}
.TagClassName
{
border-color: #1369CE;
}
</style>