Shades of Navy #00075F
Tints of Navy #00075F
RGB
CMYK
RGB Variations
Color information
#00075F (or 0x00075F) is known color: Navy. HEX triplet: 00, 07 and 5F. RGB value is (0,7,95). Sum of RGB (Red+Green+Blue) = 0+7+95=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 95 (37.5% from 255 or 93.14% from 102); Max value from RGB is 95 - color contains mainly: blue. Hex color #00075F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075F is #FFF8A0. Grayscale: #0E0E0E. Windows color (decimal): -16775329 or 6227712. OLE color: 6227712.
HSL color Cylindrical-coordinate representation of color #00075F: hue angle of 235.58º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00075F is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 7 | 95 | - |
| CMYK | 1 | 0.93 | 0 | 0.63 |
| HSL | 235.58º | 1% | 0.19% | - |
| HSV(B) | 235.58º | 1% | 0.37% | - |
| XYZ | 2.14 | 0.98 | 10.9 | - |
| YUV | 14.94 | 173.18 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 95 | 1 | 0.93 | 0 | 0.63 | 235.58 | 1 | 0.19 |
| Hex | 0 | 7 | 5F | 64 | 5D | 0 | 3F | EC | 64 | 13 |
| Octal | 0 | 7 | 137 | 144 | 135 | 0 | 77 | 354 | 144 | 23 |
| Binary | 0 | 111 | 1011111 | 1100100 | 1011101 | 0 | 111111 | 11101100 | 1100100 | 10011 |
Color Harmonies of #00075F
Complementary color
Monochromatic Colors of #00075F
Black with #00075F
Text Example
Text Example
White with #00075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00075F; }
p { color: rgb(0,7,95); }
H1.HeaderClassName
{
color: #00075F;
}
.AnyTagClassName
{
color: #00075F;
}
</style>
background-color css
<style>
a { background-color: #00075F; }
a { background-color: rgb(0,7,95); }
div.DivClassName
{
background-color: #00075F;
}
.BgClassName
{
background-color: #00075F;
}
</style>
border-color css
<style>
span { border-color: #00075F; }
span { border-color: rgb(0,7,95); }
td.TdClassName
{
border-color: #00075F;
}
.TagClassName
{
border-color: #00075F;
}
</style>