Shades of Navy #07117B
Tints of Navy #07117B
RGB
CMYK
RGB Variations
Color information
#07117B (or 0x07117B) is known color: Navy. HEX triplet: 07, 11 and 7B. RGB value is (7,17,123). Sum of RGB (Red+Green+Blue) = 7+17+123=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 123 (48.44% from 255 or 83.67% from 147); Max value from RGB is 123 - color contains mainly: blue. Hex color #07117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07117B is #F8EE84. Grayscale: #191919. Windows color (decimal): -16313989 or 8065287. OLE color: 8065287.
HSL color Cylindrical-coordinate representation of color #07117B: hue angle of 234.83º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07117B is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 17 | 123 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.52 |
| HSL | 234.83º | 0.89% | 0.25% | - |
| HSV(B) | 234.83º | 0.94% | 0.48% | - |
| XYZ | 3.86 | 1.88 | 18.9 | - |
| YUV | 26.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 17 | 123 | 0.94 | 0.86 | 0 | 0.52 | 234.83 | 0.89 | 0.25 |
| Hex | 7 | 11 | 7B | 5E | 56 | 0 | 34 | EB | 59 | 19 |
| Octal | 7 | 21 | 173 | 136 | 126 | 0 | 64 | 353 | 131 | 31 |
| Binary | 111 | 10001 | 1111011 | 1011110 | 1010110 | 0 | 110100 | 11101011 | 1011001 | 11001 |
Color Harmonies of #07117B
Complementary color
Monochromatic Colors of #07117B
Black with #07117B
Text Example
Text Example
White with #07117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07117B; }
p { color: rgb(7,17,123); }
H1.HeaderClassName
{
color: #07117B;
}
.AnyTagClassName
{
color: #07117B;
}
</style>
background-color css
<style>
a { background-color: #07117B; }
a { background-color: rgb(7,17,123); }
div.DivClassName
{
background-color: #07117B;
}
.BgClassName
{
background-color: #07117B;
}
</style>
border-color css
<style>
span { border-color: #07117B; }
span { border-color: rgb(7,17,123); }
td.TdClassName
{
border-color: #07117B;
}
.TagClassName
{
border-color: #07117B;
}
</style>