Shades of Navy #00075C
Tints of Navy #00075C
RGB
CMYK
RGB Variations
Color information
#00075C (or 0x00075C) is known color: Navy. HEX triplet: 00, 07 and 5C. RGB value is (0,7,92). Sum of RGB (Red+Green+Blue) = 0+7+92=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 92 (36.33% from 255 or 92.93% from 99); Max value from RGB is 92 - color contains mainly: blue. Hex color #00075C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00075C is #FFF8A3. Grayscale: #0E0E0E. Windows color (decimal): -16775332 or 6031104. OLE color: 6031104.
HSL color Cylindrical-coordinate representation of color #00075C: hue angle of 235.43º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00075C is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 7 | 92 | - |
| CMYK | 1 | 0.92 | 0 | 0.64 |
| HSL | 235.43º | 1% | 0.18% | - |
| HSV(B) | 235.43º | 1% | 0.36% | - |
| XYZ | 2.01 | 0.92 | 10.2 | - |
| YUV | 14.6 | 171.68 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 92 | 1 | 0.92 | 0 | 0.64 | 235.43 | 1 | 0.18 |
| Hex | 0 | 7 | 5C | 64 | 5C | 0 | 40 | EB | 64 | 12 |
| Octal | 0 | 7 | 134 | 144 | 134 | 0 | 100 | 353 | 144 | 22 |
| Binary | 0 | 111 | 1011100 | 1100100 | 1011100 | 0 | 1000000 | 11101011 | 1100100 | 10010 |
Color Harmonies of #00075C
Complementary color
Monochromatic Colors of #00075C
Black with #00075C
Text Example
Text Example
White with #00075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00075C; }
p { color: rgb(0,7,92); }
H1.HeaderClassName
{
color: #00075C;
}
.AnyTagClassName
{
color: #00075C;
}
</style>
background-color css
<style>
a { background-color: #00075C; }
a { background-color: rgb(0,7,92); }
div.DivClassName
{
background-color: #00075C;
}
.BgClassName
{
background-color: #00075C;
}
</style>
border-color css
<style>
span { border-color: #00075C; }
span { border-color: rgb(0,7,92); }
td.TdClassName
{
border-color: #00075C;
}
.TagClassName
{
border-color: #00075C;
}
</style>