Shades of Navy #07057B
Tints of Navy #07057B
RGB
CMYK
RGB Variations
Color information
#07057B (or 0x07057B) is known color: Navy. HEX triplet: 07, 05 and 7B. RGB value is (7,5,123). Sum of RGB (Red+Green+Blue) = 7+5+123=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 123 (48.44% from 255 or 91.11% from 135); Max value from RGB is 123 - color contains mainly: blue. Hex color #07057B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07057B is #F8FA84. Grayscale: #121212. Windows color (decimal): -16317061 or 8062215. OLE color: 8062215.
HSL color Cylindrical-coordinate representation of color #07057B: hue angle of 241.02º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07057B is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 5 | 123 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.52 |
| HSL | 241.02º | 0.92% | 0.25% | - |
| HSV(B) | 241.02º | 0.96% | 0.48% | - |
| XYZ | 3.72 | 1.58 | 18.85 | - |
| YUV | 19.05 | 186.66 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 123 | 0.94 | 0.96 | 0 | 0.52 | 241.02 | 0.92 | 0.25 |
| Hex | 7 | 5 | 7B | 5E | 60 | 0 | 34 | F1 | 5C | 19 |
| Octal | 7 | 5 | 173 | 136 | 140 | 0 | 64 | 361 | 134 | 31 |
| Binary | 111 | 101 | 1111011 | 1011110 | 1100000 | 0 | 110100 | 11110001 | 1011100 | 11001 |
Color Harmonies of #07057B
Complementary color
Monochromatic Colors of #07057B
Black with #07057B
Text Example
Text Example
White with #07057B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07057B; }
p { color: rgb(7,5,123); }
H1.HeaderClassName
{
color: #07057B;
}
.AnyTagClassName
{
color: #07057B;
}
</style>
background-color css
<style>
a { background-color: #07057B; }
a { background-color: rgb(7,5,123); }
div.DivClassName
{
background-color: #07057B;
}
.BgClassName
{
background-color: #07057B;
}
</style>
border-color css
<style>
span { border-color: #07057B; }
span { border-color: rgb(7,5,123); }
td.TdClassName
{
border-color: #07057B;
}
.TagClassName
{
border-color: #07057B;
}
</style>