Shades of Navy Blue #116CCB
Tints of Navy Blue #116CCB
RGB
CMYK
RGB Variations
Color information
#116CCB (or 0x116CCB) is known color: Navy Blue. HEX triplet: 11, 6C and CB. RGB value is (17,108,203). Sum of RGB (Red+Green+Blue) = 17+108+203=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #116CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116CCB is #EE9334. Grayscale: #5B5B5B. Windows color (decimal): -15635253 or 13331473. OLE color: 13331473.
HSL color Cylindrical-coordinate representation of color #116CCB: hue angle of 210.65º 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 #116CCB is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 108 | 203 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.20 |
| HSL | 210.65º | 0.85% | 0.43% | - |
| HSV(B) | 210.65º | 0.92% | 0.8% | - |
| XYZ | 16.37 | 15.16 | 58.56 | - |
| YUV | 91.62 | 190.85 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 203 | 0.92 | 0.47 | 0 | 0.20 | 210.65 | 0.85 | 0.43 |
| Hex | 11 | 6C | CB | 5C | 2F | 0 | 14 | D3 | 55 | 2B |
| Octal | 21 | 154 | 313 | 134 | 57 | 0 | 24 | 323 | 125 | 53 |
| Binary | 10001 | 1101100 | 11001011 | 1011100 | 101111 | 0 | 10100 | 11010011 | 1010101 | 101011 |
Color Harmonies of #116CCB
Complementary color
Monochromatic Colors of #116CCB
Black with #116CCB
Text Example
Text Example
White with #116CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CCB; }
p { color: rgb(17,108,203); }
H1.HeaderClassName
{
color: #116CCB;
}
.AnyTagClassName
{
color: #116CCB;
}
</style>
background-color css
<style>
a { background-color: #116CCB; }
a { background-color: rgb(17,108,203); }
div.DivClassName
{
background-color: #116CCB;
}
.BgClassName
{
background-color: #116CCB;
}
</style>
border-color css
<style>
span { border-color: #116CCB; }
span { border-color: rgb(17,108,203); }
td.TdClassName
{
border-color: #116CCB;
}
.TagClassName
{
border-color: #116CCB;
}
</style>