Shades of Navy #07087B
Tints of Navy #07087B
RGB
CMYK
RGB Variations
Color information
#07087B (or 0x07087B) is known color: Navy. HEX triplet: 07, 08 and 7B. RGB value is (7,8,123). Sum of RGB (Red+Green+Blue) = 7+8+123=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 123 (48.44% from 255 or 89.13% from 138); Max value from RGB is 123 - color contains mainly: blue. Hex color #07087B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07087B is #F8F784. Grayscale: #141414. Windows color (decimal): -16316293 or 8062983. OLE color: 8062983.
HSL color Cylindrical-coordinate representation of color #07087B: hue angle of 239.48º 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 #07087B is Cyan = 0.94, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 8 | 123 | - |
| CMYK | 0.94 | 0.93 | 0 | 0.52 |
| HSL | 239.48º | 0.89% | 0.25% | - |
| HSV(B) | 239.48º | 0.94% | 0.48% | - |
| XYZ | 3.75 | 1.65 | 18.86 | - |
| YUV | 20.81 | 185.67 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 123 | 0.94 | 0.93 | 0 | 0.52 | 239.48 | 0.89 | 0.25 |
| Hex | 7 | 8 | 7B | 5E | 5D | 0 | 34 | EF | 59 | 19 |
| Octal | 7 | 10 | 173 | 136 | 135 | 0 | 64 | 357 | 131 | 31 |
| Binary | 111 | 1000 | 1111011 | 1011110 | 1011101 | 0 | 110100 | 11101111 | 1011001 | 11001 |
Color Harmonies of #07087B
Complementary color
Monochromatic Colors of #07087B
Black with #07087B
Text Example
Text Example
White with #07087B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07087B; }
p { color: rgb(7,8,123); }
H1.HeaderClassName
{
color: #07087B;
}
.AnyTagClassName
{
color: #07087B;
}
</style>
background-color css
<style>
a { background-color: #07087B; }
a { background-color: rgb(7,8,123); }
div.DivClassName
{
background-color: #07087B;
}
.BgClassName
{
background-color: #07087B;
}
</style>
border-color css
<style>
span { border-color: #07087B; }
span { border-color: rgb(7,8,123); }
td.TdClassName
{
border-color: #07087B;
}
.TagClassName
{
border-color: #07087B;
}
</style>