Shades of Navy Blue #116FE4
Tints of Navy Blue #116FE4
RGB
CMYK
RGB Variations
Color information
#116FE4 (or 0x116FE4) is known color: Navy Blue. HEX triplet: 11, 6F and E4. RGB value is (17,111,228). Sum of RGB (Red+Green+Blue) = 17+111+228=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #116FE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FE4 is #EE901B. Grayscale: #5F5F5F. Windows color (decimal): -15634460 or 14970641. OLE color: 14970641.
HSL color Cylindrical-coordinate representation of color #116FE4: hue angle of 213.27º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116FE4 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 111 | 228 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.11 |
| HSL | 213.27º | 0.86% | 0.48% | - |
| HSV(B) | 213.27º | 0.93% | 0.89% | - |
| XYZ | 19.92 | 17.09 | 75.65 | - |
| YUV | 96.23 | 202.36 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 228 | 0.93 | 0.51 | 0 | 0.11 | 213.27 | 0.86 | 0.48 |
| Hex | 11 | 6F | E4 | 5D | 33 | 0 | B | D5 | 56 | 30 |
| Octal | 21 | 157 | 344 | 135 | 63 | 0 | 13 | 325 | 126 | 60 |
| Binary | 10001 | 1101111 | 11100100 | 1011101 | 110011 | 0 | 1011 | 11010101 | 1010110 | 110000 |
Color Harmonies of #116FE4
Complementary color
Monochromatic Colors of #116FE4
Black with #116FE4
Text Example
Text Example
White with #116FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FE4; }
p { color: rgb(17,111,228); }
H1.HeaderClassName
{
color: #116FE4;
}
.AnyTagClassName
{
color: #116FE4;
}
</style>
background-color css
<style>
a { background-color: #116FE4; }
a { background-color: rgb(17,111,228); }
div.DivClassName
{
background-color: #116FE4;
}
.BgClassName
{
background-color: #116FE4;
}
</style>
border-color css
<style>
span { border-color: #116FE4; }
span { border-color: rgb(17,111,228); }
td.TdClassName
{
border-color: #116FE4;
}
.TagClassName
{
border-color: #116FE4;
}
</style>