Shades of Navy Blue #1168EF
Tints of Navy Blue #1168EF
RGB
CMYK
RGB Variations
Color information
#1168EF (or 0x1168EF) is known color: Navy Blue. HEX triplet: 11, 68 and EF. RGB value is (17,104,239). Sum of RGB (Red+Green+Blue) = 17+104+239=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #1168EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168EF is #EE9710. Grayscale: #5C5C5C. Windows color (decimal): -15636241 or 15689745. OLE color: 15689745.
HSL color Cylindrical-coordinate representation of color #1168EF: hue angle of 216.49º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1168EF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 104 | 239 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.06 |
| HSL | 216.49º | 0.87% | 0.5% | - |
| HSV(B) | 216.49º | 0.93% | 0.94% | - |
| XYZ | 20.76 | 16.25 | 83.7 | - |
| YUV | 93.38 | 210.18 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 239 | 0.93 | 0.56 | 0 | 0.06 | 216.49 | 0.87 | 0.5 |
| Hex | 11 | 68 | EF | 5D | 38 | 0 | 6 | D8 | 57 | 32 |
| Octal | 21 | 150 | 357 | 135 | 70 | 0 | 6 | 330 | 127 | 62 |
| Binary | 10001 | 1101000 | 11101111 | 1011101 | 111000 | 0 | 110 | 11011000 | 1010111 | 110010 |
Color Harmonies of #1168EF
Complementary color
Monochromatic Colors of #1168EF
Black with #1168EF
Text Example
Text Example
White with #1168EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168EF; }
p { color: rgb(17,104,239); }
H1.HeaderClassName
{
color: #1168EF;
}
.AnyTagClassName
{
color: #1168EF;
}
</style>
background-color css
<style>
a { background-color: #1168EF; }
a { background-color: rgb(17,104,239); }
div.DivClassName
{
background-color: #1168EF;
}
.BgClassName
{
background-color: #1168EF;
}
</style>
border-color css
<style>
span { border-color: #1168EF; }
span { border-color: rgb(17,104,239); }
td.TdClassName
{
border-color: #1168EF;
}
.TagClassName
{
border-color: #1168EF;
}
</style>