Shades of Navy Blue #1168DD
Tints of Navy Blue #1168DD
RGB
CMYK
RGB Variations
Color information
#1168DD (or 0x1168DD) is known color: Navy Blue. HEX triplet: 11, 68 and DD. RGB value is (17,104,221). Sum of RGB (Red+Green+Blue) = 17+104+221=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #1168DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1168DD is #EE9722. Grayscale: #5A5A5A. Windows color (decimal): -15636259 or 14510097. OLE color: 14510097.
HSL color Cylindrical-coordinate representation of color #1168DD: hue angle of 214.41º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1168DD is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 104 | 221 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.13 |
| HSL | 214.41º | 0.86% | 0.47% | - |
| HSV(B) | 214.41º | 0.92% | 0.87% | - |
| XYZ | 18.23 | 15.24 | 70.39 | - |
| YUV | 91.33 | 201.18 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 221 | 0.92 | 0.53 | 0 | 0.13 | 214.41 | 0.86 | 0.47 |
| Hex | 11 | 68 | DD | 5C | 35 | 0 | D | D6 | 56 | 2F |
| Octal | 21 | 150 | 335 | 134 | 65 | 0 | 15 | 326 | 126 | 57 |
| Binary | 10001 | 1101000 | 11011101 | 1011100 | 110101 | 0 | 1101 | 11010110 | 1010110 | 101111 |
Color Harmonies of #1168DD
Complementary color
Monochromatic Colors of #1168DD
Black with #1168DD
Text Example
Text Example
White with #1168DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168DD; }
p { color: rgb(17,104,221); }
H1.HeaderClassName
{
color: #1168DD;
}
.AnyTagClassName
{
color: #1168DD;
}
</style>
background-color css
<style>
a { background-color: #1168DD; }
a { background-color: rgb(17,104,221); }
div.DivClassName
{
background-color: #1168DD;
}
.BgClassName
{
background-color: #1168DD;
}
</style>
border-color css
<style>
span { border-color: #1168DD; }
span { border-color: rgb(17,104,221); }
td.TdClassName
{
border-color: #1168DD;
}
.TagClassName
{
border-color: #1168DD;
}
</style>