Shades of Denim #1369B9
Tints of Denim #1369B9
RGB
CMYK
RGB Variations
Color information
#1369B9 (or 0x1369B9) is known color: Denim. HEX triplet: 13, 69 and B9. RGB value is (19,105,185). Sum of RGB (Red+Green+Blue) = 19+105+185=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 185 (72.66% from 255 or 59.87% from 309); Max value from RGB is 185 - color contains mainly: blue. Hex color #1369B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1369B9 is #EC9646. Grayscale: #585858. Windows color (decimal): -15504967 or 12151059. OLE color: 12151059.
HSL color Cylindrical-coordinate representation of color #1369B9: hue angle of 208.92º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1369B9 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 105 | 185 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.27 |
| HSL | 208.92º | 0.81% | 0.4% | - |
| HSV(B) | 208.92º | 0.9% | 0.73% | - |
| XYZ | 14.08 | 13.74 | 47.81 | - |
| YUV | 88.41 | 182.51 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 185 | 0.90 | 0.43 | 0 | 0.27 | 208.92 | 0.81 | 0.4 |
| Hex | 13 | 69 | B9 | 5A | 2B | 0 | 1B | D1 | 51 | 28 |
| Octal | 23 | 151 | 271 | 132 | 53 | 0 | 33 | 321 | 121 | 50 |
| Binary | 10011 | 1101001 | 10111001 | 1011010 | 101011 | 0 | 11011 | 11010001 | 1010001 | 101000 |
Color Harmonies of #1369B9
Complementary color
Monochromatic Colors of #1369B9
Black with #1369B9
Text Example
Text Example
White with #1369B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1369B9; }
p { color: rgb(19,105,185); }
H1.HeaderClassName
{
color: #1369B9;
}
.AnyTagClassName
{
color: #1369B9;
}
</style>
background-color css
<style>
a { background-color: #1369B9; }
a { background-color: rgb(19,105,185); }
div.DivClassName
{
background-color: #1369B9;
}
.BgClassName
{
background-color: #1369B9;
}
</style>
border-color css
<style>
span { border-color: #1369B9; }
span { border-color: rgb(19,105,185); }
td.TdClassName
{
border-color: #1369B9;
}
.TagClassName
{
border-color: #1369B9;
}
</style>