Shades of Navy Blue #117BD3
Tints of Navy Blue #117BD3
RGB
CMYK
RGB Variations
Color information
#117BD3 (or 0x117BD3) is known color: Navy Blue. HEX triplet: 11, 7B and D3. RGB value is (17,123,211). Sum of RGB (Red+Green+Blue) = 17+123+211=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #117BD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BD3 is #EE842C. Grayscale: #646464. Windows color (decimal): -15631405 or 13859601. OLE color: 13859601.
HSL color Cylindrical-coordinate representation of color #117BD3: hue angle of 207.22º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117BD3 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 123 | 211 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.17 |
| HSL | 207.22º | 0.85% | 0.45% | - |
| HSV(B) | 207.22º | 0.92% | 0.83% | - |
| XYZ | 19.07 | 18.99 | 64.29 | - |
| YUV | 101.34 | 189.88 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 211 | 0.92 | 0.42 | 0 | 0.17 | 207.22 | 0.85 | 0.45 |
| Hex | 11 | 7B | D3 | 5C | 2A | 0 | 11 | CF | 55 | 2D |
| Octal | 21 | 173 | 323 | 134 | 52 | 0 | 21 | 317 | 125 | 55 |
| Binary | 10001 | 1111011 | 11010011 | 1011100 | 101010 | 0 | 10001 | 11001111 | 1010101 | 101101 |
Color Harmonies of #117BD3
Complementary color
Monochromatic Colors of #117BD3
Black with #117BD3
Text Example
Text Example
White with #117BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BD3; }
p { color: rgb(17,123,211); }
H1.HeaderClassName
{
color: #117BD3;
}
.AnyTagClassName
{
color: #117BD3;
}
</style>
background-color css
<style>
a { background-color: #117BD3; }
a { background-color: rgb(17,123,211); }
div.DivClassName
{
background-color: #117BD3;
}
.BgClassName
{
background-color: #117BD3;
}
</style>
border-color css
<style>
span { border-color: #117BD3; }
span { border-color: rgb(17,123,211); }
td.TdClassName
{
border-color: #117BD3;
}
.TagClassName
{
border-color: #117BD3;
}
</style>