Shades of Navy Blue #117BCA
Tints of Navy Blue #117BCA
RGB
CMYK
RGB Variations
Color information
#117BCA (or 0x117BCA) is known color: Navy Blue. HEX triplet: 11, 7B and CA. RGB value is (17,123,202). Sum of RGB (Red+Green+Blue) = 17+123+202=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 202 (79.30% from 255 or 59.06% from 342); Max value from RGB is 202 - color contains mainly: blue. Hex color #117BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BCA is #EE8435. Grayscale: #636363. Windows color (decimal): -15631414 or 13269777. OLE color: 13269777.
HSL color Cylindrical-coordinate representation of color #117BCA: hue angle of 205.62º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117BCA is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 123 | 202 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.21 |
| HSL | 205.62º | 0.84% | 0.43% | - |
| HSV(B) | 205.62º | 0.92% | 0.79% | - |
| XYZ | 17.97 | 18.55 | 58.51 | - |
| YUV | 100.31 | 185.38 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 202 | 0.92 | 0.39 | 0 | 0.21 | 205.62 | 0.84 | 0.43 |
| Hex | 11 | 7B | CA | 5C | 27 | 0 | 15 | CE | 54 | 2B |
| Octal | 21 | 173 | 312 | 134 | 47 | 0 | 25 | 316 | 124 | 53 |
| Binary | 10001 | 1111011 | 11001010 | 1011100 | 100111 | 0 | 10101 | 11001110 | 1010100 | 101011 |
Color Harmonies of #117BCA
Complementary color
Monochromatic Colors of #117BCA
Black with #117BCA
Text Example
Text Example
White with #117BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BCA; }
p { color: rgb(17,123,202); }
H1.HeaderClassName
{
color: #117BCA;
}
.AnyTagClassName
{
color: #117BCA;
}
</style>
background-color css
<style>
a { background-color: #117BCA; }
a { background-color: rgb(17,123,202); }
div.DivClassName
{
background-color: #117BCA;
}
.BgClassName
{
background-color: #117BCA;
}
</style>
border-color css
<style>
span { border-color: #117BCA; }
span { border-color: rgb(17,123,202); }
td.TdClassName
{
border-color: #117BCA;
}
.TagClassName
{
border-color: #117BCA;
}
</style>