Shades of Navy Blue #1168ED
Tints of Navy Blue #1168ED
RGB
CMYK
RGB Variations
Color information
#1168ED (or 0x1168ED) is known color: Navy Blue. HEX triplet: 11, 68 and ED. RGB value is (17,104,237). Sum of RGB (Red+Green+Blue) = 17+104+237=358 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.75% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #1168ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1168ED is #EE9712. Grayscale: #5C5C5C. Windows color (decimal): -15636243 or 15558673. OLE color: 15558673.
HSL color Cylindrical-coordinate representation of color #1168ED: hue angle of 216.27º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1168ED is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 104 | 237 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.07 |
| HSL | 216.27º | 0.87% | 0.5% | - |
| HSV(B) | 216.27º | 0.93% | 0.93% | - |
| XYZ | 20.47 | 16.13 | 82.16 | - |
| YUV | 93.15 | 209.18 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 104 | 237 | 0.93 | 0.56 | 0 | 0.07 | 216.27 | 0.87 | 0.5 |
| Hex | 11 | 68 | ED | 5D | 38 | 0 | 7 | D8 | 57 | 32 |
| Octal | 21 | 150 | 355 | 135 | 70 | 0 | 7 | 330 | 127 | 62 |
| Binary | 10001 | 1101000 | 11101101 | 1011101 | 111000 | 0 | 111 | 11011000 | 1010111 | 110010 |
Color Harmonies of #1168ED
Complementary color
Monochromatic Colors of #1168ED
Black with #1168ED
Text Example
Text Example
White with #1168ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1168ED; }
p { color: rgb(17,104,237); }
H1.HeaderClassName
{
color: #1168ED;
}
.AnyTagClassName
{
color: #1168ED;
}
</style>
background-color css
<style>
a { background-color: #1168ED; }
a { background-color: rgb(17,104,237); }
div.DivClassName
{
background-color: #1168ED;
}
.BgClassName
{
background-color: #1168ED;
}
</style>
border-color css
<style>
span { border-color: #1168ED; }
span { border-color: rgb(17,104,237); }
td.TdClassName
{
border-color: #1168ED;
}
.TagClassName
{
border-color: #1168ED;
}
</style>