Shades of Denim #1369B7
Tints of Denim #1369B7
RGB
CMYK
RGB Variations
Color information
#1369B7 (or 0x1369B7) is known color: Denim. HEX triplet: 13, 69 and B7. RGB value is (19,105,183). Sum of RGB (Red+Green+Blue) = 19+105+183=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #1369B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1369B7 is #EC9648. Grayscale: #575757. Windows color (decimal): -15504969 or 12019987. OLE color: 12019987.
HSL color Cylindrical-coordinate representation of color #1369B7: hue angle of 208.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1369B7 is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 105 | 183 | - |
| CMYK | 0.90 | 0.43 | 0 | 0.28 |
| HSL | 208.54º | 0.81% | 0.4% | - |
| HSV(B) | 208.54º | 0.9% | 0.72% | - |
| XYZ | 13.87 | 13.66 | 46.71 | - |
| YUV | 88.18 | 181.51 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 183 | 0.90 | 0.43 | 0 | 0.28 | 208.54 | 0.81 | 0.4 |
| Hex | 13 | 69 | B7 | 5A | 2B | 0 | 1C | D1 | 51 | 28 |
| Octal | 23 | 151 | 267 | 132 | 53 | 0 | 34 | 321 | 121 | 50 |
| Binary | 10011 | 1101001 | 10110111 | 1011010 | 101011 | 0 | 11100 | 11010001 | 1010001 | 101000 |
Color Harmonies of #1369B7
Complementary color
Monochromatic Colors of #1369B7
Black with #1369B7
Text Example
Text Example
White with #1369B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1369B7; }
p { color: rgb(19,105,183); }
H1.HeaderClassName
{
color: #1369B7;
}
.AnyTagClassName
{
color: #1369B7;
}
</style>
background-color css
<style>
a { background-color: #1369B7; }
a { background-color: rgb(19,105,183); }
div.DivClassName
{
background-color: #1369B7;
}
.BgClassName
{
background-color: #1369B7;
}
</style>
border-color css
<style>
span { border-color: #1369B7; }
span { border-color: rgb(19,105,183); }
td.TdClassName
{
border-color: #1369B7;
}
.TagClassName
{
border-color: #1369B7;
}
</style>