Shades of Navy Blue #117BC3
Tints of Navy Blue #117BC3
RGB
CMYK
RGB Variations
Color information
#117BC3 (or 0x117BC3) is known color: Navy Blue. HEX triplet: 11, 7B and C3. RGB value is (17,123,195). Sum of RGB (Red+Green+Blue) = 17+123+195=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 123 (48.44% from 255 or 36.72% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #117BC3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BC3 is #EE843C. Grayscale: #636363. Windows color (decimal): -15631421 or 12811025. OLE color: 12811025.
HSL color Cylindrical-coordinate representation of color #117BC3: hue angle of 204.27º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117BC3 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 123 | 195 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.24 |
| HSL | 204.27º | 0.84% | 0.42% | - |
| HSV(B) | 204.27º | 0.91% | 0.76% | - |
| XYZ | 17.16 | 18.23 | 54.24 | - |
| YUV | 99.51 | 181.88 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 195 | 0.91 | 0.37 | 0 | 0.24 | 204.27 | 0.84 | 0.42 |
| Hex | 11 | 7B | C3 | 5B | 25 | 0 | 18 | CC | 54 | 2A |
| Octal | 21 | 173 | 303 | 133 | 45 | 0 | 30 | 314 | 124 | 52 |
| Binary | 10001 | 1111011 | 11000011 | 1011011 | 100101 | 0 | 11000 | 11001100 | 1010100 | 101010 |
Color Harmonies of #117BC3
Complementary color
Monochromatic Colors of #117BC3
Black with #117BC3
Text Example
Text Example
White with #117BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BC3; }
p { color: rgb(17,123,195); }
H1.HeaderClassName
{
color: #117BC3;
}
.AnyTagClassName
{
color: #117BC3;
}
</style>
background-color css
<style>
a { background-color: #117BC3; }
a { background-color: rgb(17,123,195); }
div.DivClassName
{
background-color: #117BC3;
}
.BgClassName
{
background-color: #117BC3;
}
</style>
border-color css
<style>
span { border-color: #117BC3; }
span { border-color: rgb(17,123,195); }
td.TdClassName
{
border-color: #117BC3;
}
.TagClassName
{
border-color: #117BC3;
}
</style>