Shades of Navy #000B73
Tints of Navy #000B73
RGB
CMYK
RGB Variations
Color information
#000B73 (or 0x000B73) is known color: Navy. HEX triplet: 00, 0B and 73. RGB value is (0,11,115). Sum of RGB (Red+Green+Blue) = 0+11+115=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 115 (45.31% from 255 or 91.27% from 126); Max value from RGB is 115 - color contains mainly: blue. Hex color #000B73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000B73 is #FFF48C. Grayscale: #131313. Windows color (decimal): -16774285 or 7539456. OLE color: 7539456.
HSL color Cylindrical-coordinate representation of color #000B73: hue angle of 234.26º 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 #000B73 is Cyan = 1, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 11 | 115 | - |
| CMYK | 1 | 0.90 | 0 | 0.55 |
| HSL | 234.26º | 1% | 0.23% | - |
| HSV(B) | 234.26º | 1% | 0.45% | - |
| XYZ | 3.21 | 1.48 | 16.34 | - |
| YUV | 19.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 115 | 1 | 0.90 | 0 | 0.55 | 234.26 | 1 | 0.23 |
| Hex | 0 | B | 73 | 64 | 5A | 0 | 37 | EA | 64 | 17 |
| Octal | 0 | 13 | 163 | 144 | 132 | 0 | 67 | 352 | 144 | 27 |
| Binary | 0 | 1011 | 1110011 | 1100100 | 1011010 | 0 | 110111 | 11101010 | 1100100 | 10111 |
Color Harmonies of #000B73
Complementary color
Monochromatic Colors of #000B73
Black with #000B73
Text Example
Text Example
White with #000B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B73; }
p { color: rgb(0,11,115); }
H1.HeaderClassName
{
color: #000B73;
}
.AnyTagClassName
{
color: #000B73;
}
</style>
background-color css
<style>
a { background-color: #000B73; }
a { background-color: rgb(0,11,115); }
div.DivClassName
{
background-color: #000B73;
}
.BgClassName
{
background-color: #000B73;
}
</style>
border-color css
<style>
span { border-color: #000B73; }
span { border-color: rgb(0,11,115); }
td.TdClassName
{
border-color: #000B73;
}
.TagClassName
{
border-color: #000B73;
}
</style>