Shades of Navy Blue #1165DA
Tints of Navy Blue #1165DA
RGB
CMYK
RGB Variations
Color information
#1165DA (or 0x1165DA) is known color: Navy Blue. HEX triplet: 11, 65 and DA. RGB value is (17,101,218). Sum of RGB (Red+Green+Blue) = 17+101+218=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 218 (85.55% from 255 or 64.88% from 336); Max value from RGB is 218 - color contains mainly: blue. Hex color #1165DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165DA is #EE9A25. Grayscale: #585858. Windows color (decimal): -15637030 or 14312721. OLE color: 14312721.
HSL color Cylindrical-coordinate representation of color #1165DA: hue angle of 214.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1165DA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 101 | 218 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.15 |
| HSL | 214.93º | 0.86% | 0.46% | - |
| HSV(B) | 214.93º | 0.92% | 0.85% | - |
| XYZ | 17.54 | 14.49 | 68.2 | - |
| YUV | 89.22 | 200.67 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 101 | 218 | 0.92 | 0.54 | 0 | 0.15 | 214.93 | 0.86 | 0.46 |
| Hex | 11 | 65 | DA | 5C | 36 | 0 | F | D7 | 56 | 2E |
| Octal | 21 | 145 | 332 | 134 | 66 | 0 | 17 | 327 | 126 | 56 |
| Binary | 10001 | 1100101 | 11011010 | 1011100 | 110110 | 0 | 1111 | 11010111 | 1010110 | 101110 |
Color Harmonies of #1165DA
Complementary color
Monochromatic Colors of #1165DA
Black with #1165DA
Text Example
Text Example
White with #1165DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1165DA; }
p { color: rgb(17,101,218); }
H1.HeaderClassName
{
color: #1165DA;
}
.AnyTagClassName
{
color: #1165DA;
}
</style>
background-color css
<style>
a { background-color: #1165DA; }
a { background-color: rgb(17,101,218); }
div.DivClassName
{
background-color: #1165DA;
}
.BgClassName
{
background-color: #1165DA;
}
</style>
border-color css
<style>
span { border-color: #1165DA; }
span { border-color: rgb(17,101,218); }
td.TdClassName
{
border-color: #1165DA;
}
.TagClassName
{
border-color: #1165DA;
}
</style>