Shades of Navy Blue #0073BD
Tints of Navy Blue #0073BD
RGB
CMYK
RGB Variations
Color information
#0073BD (or 0x0073BD) is known color: Navy Blue. HEX triplet: 00, 73 and BD. RGB value is (0,115,189). Sum of RGB (Red+Green+Blue) = 0+115+189=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #0073BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073BD is #FF8C42. Grayscale: #585858. Windows color (decimal): -16747587 or 12415744. OLE color: 12415744.
HSL color Cylindrical-coordinate representation of color #0073BD: hue angle of 203.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073BD is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 115 | 189 | - |
| CMYK | 1 | 0.39 | 0 | 0.26 |
| HSL | 203.49º | 1% | 0.37% | - |
| HSV(B) | 203.49º | 1% | 0.74% | - |
| XYZ | 15.32 | 15.94 | 50.41 | - |
| YUV | 89.05 | 184.4 | 64.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 189 | 1 | 0.39 | 0 | 0.26 | 203.49 | 1 | 0.37 |
| Hex | 0 | 73 | BD | 64 | 27 | 0 | 1A | CB | 64 | 25 |
| Octal | 0 | 163 | 275 | 144 | 47 | 0 | 32 | 313 | 144 | 45 |
| Binary | 0 | 1110011 | 10111101 | 1100100 | 100111 | 0 | 11010 | 11001011 | 1100100 | 100101 |
Color Harmonies of #0073BD
Complementary color
Monochromatic Colors of #0073BD
Black with #0073BD
Text Example
Text Example
White with #0073BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0073BD; }
p { color: rgb(0,115,189); }
H1.HeaderClassName
{
color: #0073BD;
}
.AnyTagClassName
{
color: #0073BD;
}
</style>
background-color css
<style>
a { background-color: #0073BD; }
a { background-color: rgb(0,115,189); }
div.DivClassName
{
background-color: #0073BD;
}
.BgClassName
{
background-color: #0073BD;
}
</style>
border-color css
<style>
span { border-color: #0073BD; }
span { border-color: rgb(0,115,189); }
td.TdClassName
{
border-color: #0073BD;
}
.TagClassName
{
border-color: #0073BD;
}
</style>