Shades of Navy Blue #117BE4
Tints of Navy Blue #117BE4
RGB
CMYK
RGB Variations
Color information
#117BE4 (or 0x117BE4) is known color: Navy Blue. HEX triplet: 11, 7B and E4. RGB value is (17,123,228). Sum of RGB (Red+Green+Blue) = 17+123+228=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 228 (89.45% from 255 or 61.96% from 368); Max value from RGB is 228 - color contains mainly: blue. Hex color #117BE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BE4 is #EE841B. Grayscale: #666666. Windows color (decimal): -15631388 or 14973713. OLE color: 14973713.
HSL color Cylindrical-coordinate representation of color #117BE4: hue angle of 209.86º 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 #117BE4 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 123 | 228 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.11 |
| HSL | 209.86º | 0.86% | 0.48% | - |
| HSV(B) | 209.86º | 0.93% | 0.89% | - |
| XYZ | 21.32 | 19.89 | 76.11 | - |
| YUV | 103.28 | 198.38 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 228 | 0.93 | 0.46 | 0 | 0.11 | 209.86 | 0.86 | 0.48 |
| Hex | 11 | 7B | E4 | 5D | 2E | 0 | B | D2 | 56 | 30 |
| Octal | 21 | 173 | 344 | 135 | 56 | 0 | 13 | 322 | 126 | 60 |
| Binary | 10001 | 1111011 | 11100100 | 1011101 | 101110 | 0 | 1011 | 11010010 | 1010110 | 110000 |
Color Harmonies of #117BE4
Complementary color
Monochromatic Colors of #117BE4
Black with #117BE4
Text Example
Text Example
White with #117BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BE4; }
p { color: rgb(17,123,228); }
H1.HeaderClassName
{
color: #117BE4;
}
.AnyTagClassName
{
color: #117BE4;
}
</style>
background-color css
<style>
a { background-color: #117BE4; }
a { background-color: rgb(17,123,228); }
div.DivClassName
{
background-color: #117BE4;
}
.BgClassName
{
background-color: #117BE4;
}
</style>
border-color css
<style>
span { border-color: #117BE4; }
span { border-color: rgb(17,123,228); }
td.TdClassName
{
border-color: #117BE4;
}
.TagClassName
{
border-color: #117BE4;
}
</style>