Shades of Navy Blue #1165DC
Tints of Navy Blue #1165DC
RGB
CMYK
RGB Variations
Color information
#1165DC (or 0x1165DC) is known color: Navy Blue. HEX triplet: 11, 65 and DC. RGB value is (17,101,220). Sum of RGB (Red+Green+Blue) = 17+101+220=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #1165DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165DC is #EE9A23. Grayscale: #585858. Windows color (decimal): -15637028 or 14443793. OLE color: 14443793.
HSL color Cylindrical-coordinate representation of color #1165DC: hue angle of 215.17º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165DC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 101 | 220 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.14 |
| HSL | 215.17º | 0.86% | 0.46% | - |
| HSV(B) | 215.17º | 0.92% | 0.86% | - |
| XYZ | 17.8 | 14.59 | 69.59 | - |
| YUV | 89.45 | 201.67 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 220 | 0.92 | 0.54 | 0 | 0.14 | 215.17 | 0.86 | 0.46 |
| Hex | 11 | 65 | DC | 5C | 36 | 0 | E | D7 | 56 | 2E |
| Octal | 21 | 145 | 334 | 134 | 66 | 0 | 16 | 327 | 126 | 56 |
| Binary | 10001 | 1100101 | 11011100 | 1011100 | 110110 | 0 | 1110 | 11010111 | 1010110 | 101110 |
Color Harmonies of #1165DC
Complementary color
Monochromatic Colors of #1165DC
Black with #1165DC
Text Example
Text Example
White with #1165DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165DC; }
p { color: rgb(17,101,220); }
H1.HeaderClassName
{
color: #1165DC;
}
.AnyTagClassName
{
color: #1165DC;
}
</style>
background-color css
<style>
a { background-color: #1165DC; }
a { background-color: rgb(17,101,220); }
div.DivClassName
{
background-color: #1165DC;
}
.BgClassName
{
background-color: #1165DC;
}
</style>
border-color css
<style>
span { border-color: #1165DC; }
span { border-color: rgb(17,101,220); }
td.TdClassName
{
border-color: #1165DC;
}
.TagClassName
{
border-color: #1165DC;
}
</style>