Shades of Navy #07097B
Tints of Navy #07097B
RGB
CMYK
RGB Variations
Color information
#07097B (or 0x07097B) is known color: Navy. HEX triplet: 07, 09 and 7B. RGB value is (7,9,123). Sum of RGB (Red+Green+Blue) = 7+9+123=139 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.04% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 123 (48.44% from 255 or 88.49% from 139); Max value from RGB is 123 - color contains mainly: blue. Hex color #07097B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07097B is #F8F684. Grayscale: #141414. Windows color (decimal): -16316037 or 8063239. OLE color: 8063239.
HSL color Cylindrical-coordinate representation of color #07097B: hue angle of 238.97º 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 #07097B is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 9 | 123 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.52 |
| HSL | 238.97º | 0.89% | 0.25% | - |
| HSV(B) | 238.97º | 0.94% | 0.48% | - |
| XYZ | 3.76 | 1.67 | 18.86 | - |
| YUV | 21.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 9 | 123 | 0.94 | 0.93 | 0 | 0.52 | 238.97 | 0.89 | 0.25 |
| Hex | 7 | 9 | 7B | 5E | 5D | 0 | 34 | EF | 59 | 19 |
| Octal | 7 | 11 | 173 | 136 | 135 | 0 | 64 | 357 | 131 | 31 |
| Binary | 111 | 1001 | 1111011 | 1011110 | 1011101 | 0 | 110100 | 11101111 | 1011001 | 11001 |
Color Harmonies of #07097B
Complementary color
Monochromatic Colors of #07097B
Black with #07097B
Text Example
Text Example
White with #07097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07097B; }
p { color: rgb(7,9,123); }
H1.HeaderClassName
{
color: #07097B;
}
.AnyTagClassName
{
color: #07097B;
}
</style>
background-color css
<style>
a { background-color: #07097B; }
a { background-color: rgb(7,9,123); }
div.DivClassName
{
background-color: #07097B;
}
.BgClassName
{
background-color: #07097B;
}
</style>
border-color css
<style>
span { border-color: #07097B; }
span { border-color: rgb(7,9,123); }
td.TdClassName
{
border-color: #07097B;
}
.TagClassName
{
border-color: #07097B;
}
</style>