Shades of Navy Blue #116FCC
Tints of Navy Blue #116FCC
RGB
CMYK
RGB Variations
Color information
#116FCC (or 0x116FCC) is known color: Navy Blue. HEX triplet: 11, 6F and CC. RGB value is (17,111,204). Sum of RGB (Red+Green+Blue) = 17+111+204=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #116FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116FCC is #EE9033. Grayscale: #5D5D5D. Windows color (decimal): -15634484 or 13397777. OLE color: 13397777.
HSL color Cylindrical-coordinate representation of color #116FCC: hue angle of 209.84º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116FCC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 17 | 111 | 204 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.2 |
| HSL | 209.84º | 0.85% | 0.43% | - |
| HSV(B) | 209.84º | 0.92% | 0.8% | - |
| XYZ | 16.81 | 15.85 | 59.3 | - |
| YUV | 93.5 | 190.36 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 111 | 204 | 0.92 | 0.46 | 0 | 0.2 | 209.84 | 0.85 | 0.43 |
| Hex | 11 | 6F | CC | 5C | 2E | 0 | 14 | D2 | 55 | 2B |
| Octal | 21 | 157 | 314 | 134 | 56 | 0 | 24 | 322 | 125 | 53 |
| Binary | 10001 | 1101111 | 11001100 | 1011100 | 101110 | 0 | 10100 | 11010010 | 1010101 | 101011 |
Color Harmonies of #116FCC
Complementary color
Monochromatic Colors of #116FCC
Black with #116FCC
Text Example
Text Example
White with #116FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116FCC; }
p { color: rgb(17,111,204); }
H1.HeaderClassName
{
color: #116FCC;
}
.AnyTagClassName
{
color: #116FCC;
}
</style>
background-color css
<style>
a { background-color: #116FCC; }
a { background-color: rgb(17,111,204); }
div.DivClassName
{
background-color: #116FCC;
}
.BgClassName
{
background-color: #116FCC;
}
</style>
border-color css
<style>
span { border-color: #116FCC; }
span { border-color: rgb(17,111,204); }
td.TdClassName
{
border-color: #116FCC;
}
.TagClassName
{
border-color: #116FCC;
}
</style>