Shades of Navy #000F73
Tints of Navy #000F73
RGB
CMYK
RGB Variations
Color information
#000F73 (or 0x000F73) is known color: Navy. HEX triplet: 00, 0F and 73. RGB value is (0,15,115). Sum of RGB (Red+Green+Blue) = 0+15+115=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 115 (45.31% from 255 or 88.46% from 130); Max value from RGB is 115 - color contains mainly: blue. Hex color #000F73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000F73 is #FFF08C. Grayscale: #151515. Windows color (decimal): -16773261 or 7540480. OLE color: 7540480.
HSL color Cylindrical-coordinate representation of color #000F73: hue angle of 232.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F73 is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 15 | 115 | - |
| CMYK | 1 | 0.87 | 0 | 0.55 |
| HSL | 232.17º | 1% | 0.23% | - |
| HSV(B) | 232.17º | 1% | 0.45% | - |
| XYZ | 3.27 | 1.58 | 16.35 | - |
| YUV | 21.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 115 | 1 | 0.87 | 0 | 0.55 | 232.17 | 1 | 0.23 |
| Hex | 0 | F | 73 | 64 | 57 | 0 | 37 | E8 | 64 | 17 |
| Octal | 0 | 17 | 163 | 144 | 127 | 0 | 67 | 350 | 144 | 27 |
| Binary | 0 | 1111 | 1110011 | 1100100 | 1010111 | 0 | 110111 | 11101000 | 1100100 | 10111 |
Color Harmonies of #000F73
Complementary color
Monochromatic Colors of #000F73
Black with #000F73
Text Example
Text Example
White with #000F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F73; }
p { color: rgb(0,15,115); }
H1.HeaderClassName
{
color: #000F73;
}
.AnyTagClassName
{
color: #000F73;
}
</style>
background-color css
<style>
a { background-color: #000F73; }
a { background-color: rgb(0,15,115); }
div.DivClassName
{
background-color: #000F73;
}
.BgClassName
{
background-color: #000F73;
}
</style>
border-color css
<style>
span { border-color: #000F73; }
span { border-color: rgb(0,15,115); }
td.TdClassName
{
border-color: #000F73;
}
.TagClassName
{
border-color: #000F73;
}
</style>