Shades of Navy Blue #117BCB
Tints of Navy Blue #117BCB
RGB
CMYK
RGB Variations
Color information
#117BCB (or 0x117BCB) is known color: Navy Blue. HEX triplet: 11, 7B and CB. RGB value is (17,123,203). Sum of RGB (Red+Green+Blue) = 17+123+203=343 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.96% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #117BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BCB is #EE8434. Grayscale: #636363. Windows color (decimal): -15631413 or 13335313. OLE color: 13335313.
HSL color Cylindrical-coordinate representation of color #117BCB: hue angle of 205.81º 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 #117BCB is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 123 | 203 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.20 |
| HSL | 205.81º | 0.85% | 0.43% | - |
| HSV(B) | 205.81º | 0.92% | 0.8% | - |
| XYZ | 18.09 | 18.6 | 59.14 | - |
| YUV | 100.43 | 185.88 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 203 | 0.92 | 0.39 | 0 | 0.20 | 205.81 | 0.85 | 0.43 |
| Hex | 11 | 7B | CB | 5C | 27 | 0 | 14 | CE | 55 | 2B |
| Octal | 21 | 173 | 313 | 134 | 47 | 0 | 24 | 316 | 125 | 53 |
| Binary | 10001 | 1111011 | 11001011 | 1011100 | 100111 | 0 | 10100 | 11001110 | 1010101 | 101011 |
Color Harmonies of #117BCB
Complementary color
Monochromatic Colors of #117BCB
Black with #117BCB
Text Example
Text Example
White with #117BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BCB; }
p { color: rgb(17,123,203); }
H1.HeaderClassName
{
color: #117BCB;
}
.AnyTagClassName
{
color: #117BCB;
}
</style>
background-color css
<style>
a { background-color: #117BCB; }
a { background-color: rgb(17,123,203); }
div.DivClassName
{
background-color: #117BCB;
}
.BgClassName
{
background-color: #117BCB;
}
</style>
border-color css
<style>
span { border-color: #117BCB; }
span { border-color: rgb(17,123,203); }
td.TdClassName
{
border-color: #117BCB;
}
.TagClassName
{
border-color: #117BCB;
}
</style>