Shades of Navy Blue #117BCE
Tints of Navy Blue #117BCE
RGB
CMYK
RGB Variations
Color information
#117BCE (or 0x117BCE) is known color: Navy Blue. HEX triplet: 11, 7B and CE. RGB value is (17,123,206). Sum of RGB (Red+Green+Blue) = 17+123+206=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #117BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BCE is #EE8431. Grayscale: #646464. Windows color (decimal): -15631410 or 13531921. OLE color: 13531921.
HSL color Cylindrical-coordinate representation of color #117BCE: hue angle of 206.35º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117BCE is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 123 | 206 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.19 |
| HSL | 206.35º | 0.85% | 0.44% | - |
| HSV(B) | 206.35º | 0.92% | 0.81% | - |
| XYZ | 18.45 | 18.74 | 61.04 | - |
| YUV | 100.77 | 187.38 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 206 | 0.92 | 0.40 | 0 | 0.19 | 206.35 | 0.85 | 0.44 |
| Hex | 11 | 7B | CE | 5C | 28 | 0 | 13 | CE | 55 | 2C |
| Octal | 21 | 173 | 316 | 134 | 50 | 0 | 23 | 316 | 125 | 54 |
| Binary | 10001 | 1111011 | 11001110 | 1011100 | 101000 | 0 | 10011 | 11001110 | 1010101 | 101100 |
Color Harmonies of #117BCE
Complementary color
Monochromatic Colors of #117BCE
Black with #117BCE
Text Example
Text Example
White with #117BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BCE; }
p { color: rgb(17,123,206); }
H1.HeaderClassName
{
color: #117BCE;
}
.AnyTagClassName
{
color: #117BCE;
}
</style>
background-color css
<style>
a { background-color: #117BCE; }
a { background-color: rgb(17,123,206); }
div.DivClassName
{
background-color: #117BCE;
}
.BgClassName
{
background-color: #117BCE;
}
</style>
border-color css
<style>
span { border-color: #117BCE; }
span { border-color: rgb(17,123,206); }
td.TdClassName
{
border-color: #117BCE;
}
.TagClassName
{
border-color: #117BCE;
}
</style>