Shades of Navy Blue #0073BB
Tints of Navy Blue #0073BB
RGB
CMYK
RGB Variations
Color information
#0073BB (or 0x0073BB) is known color: Navy Blue. HEX triplet: 00, 73 and BB. RGB value is (0,115,187). Sum of RGB (Red+Green+Blue) = 0+115+187=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #0073BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073BB is #FF8C44. Grayscale: #585858. Windows color (decimal): -16747589 or 12284672. OLE color: 12284672.
HSL color Cylindrical-coordinate representation of color #0073BB: hue angle of 203.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073BB is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 115 | 187 | - |
| CMYK | 1 | 0.39 | 0 | 0.27 |
| HSL | 203.1º | 1% | 0.37% | - |
| HSV(B) | 203.1º | 1% | 0.73% | - |
| XYZ | 15.1 | 15.85 | 49.28 | - |
| YUV | 88.82 | 183.4 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 187 | 1 | 0.39 | 0 | 0.27 | 203.1 | 1 | 0.37 |
| Hex | 0 | 73 | BB | 64 | 27 | 0 | 1B | CB | 64 | 25 |
| Octal | 0 | 163 | 273 | 144 | 47 | 0 | 33 | 313 | 144 | 45 |
| Binary | 0 | 1110011 | 10111011 | 1100100 | 100111 | 0 | 11011 | 11001011 | 1100100 | 100101 |
Color Harmonies of #0073BB
Complementary color
Monochromatic Colors of #0073BB
Black with #0073BB
Text Example
Text Example
White with #0073BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0073BB; }
p { color: rgb(0,115,187); }
H1.HeaderClassName
{
color: #0073BB;
}
.AnyTagClassName
{
color: #0073BB;
}
</style>
background-color css
<style>
a { background-color: #0073BB; }
a { background-color: rgb(0,115,187); }
div.DivClassName
{
background-color: #0073BB;
}
.BgClassName
{
background-color: #0073BB;
}
</style>
border-color css
<style>
span { border-color: #0073BB; }
span { border-color: rgb(0,115,187); }
td.TdClassName
{
border-color: #0073BB;
}
.TagClassName
{
border-color: #0073BB;
}
</style>