Shades of Navy Blue #1167DE
Tints of Navy Blue #1167DE
RGB
CMYK
RGB Variations
Color information
#1167DE (or 0x1167DE) is known color: Navy Blue. HEX triplet: 11, 67 and DE. RGB value is (17,103,222). Sum of RGB (Red+Green+Blue) = 17+103+222=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #1167DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1167DE is #EE9821. Grayscale: #5A5A5A. Windows color (decimal): -15636514 or 14575377. OLE color: 14575377.
HSL color Cylindrical-coordinate representation of color #1167DE: hue angle of 214.83º 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 #1167DE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 103 | 222 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.13 |
| HSL | 214.83º | 0.86% | 0.47% | - |
| HSV(B) | 214.83º | 0.92% | 0.87% | - |
| XYZ | 18.27 | 15.09 | 71.06 | - |
| YUV | 90.85 | 202.01 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 222 | 0.92 | 0.54 | 0 | 0.13 | 214.83 | 0.86 | 0.47 |
| Hex | 11 | 67 | DE | 5C | 36 | 0 | D | D7 | 56 | 2F |
| Octal | 21 | 147 | 336 | 134 | 66 | 0 | 15 | 327 | 126 | 57 |
| Binary | 10001 | 1100111 | 11011110 | 1011100 | 110110 | 0 | 1101 | 11010111 | 1010110 | 101111 |
Color Harmonies of #1167DE
Complementary color
Monochromatic Colors of #1167DE
Black with #1167DE
Text Example
Text Example
White with #1167DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1167DE; }
p { color: rgb(17,103,222); }
H1.HeaderClassName
{
color: #1167DE;
}
.AnyTagClassName
{
color: #1167DE;
}
</style>
background-color css
<style>
a { background-color: #1167DE; }
a { background-color: rgb(17,103,222); }
div.DivClassName
{
background-color: #1167DE;
}
.BgClassName
{
background-color: #1167DE;
}
</style>
border-color css
<style>
span { border-color: #1167DE; }
span { border-color: rgb(17,103,222); }
td.TdClassName
{
border-color: #1167DE;
}
.TagClassName
{
border-color: #1167DE;
}
</style>