Shades of Navy Blue #0073C5
Tints of Navy Blue #0073C5
RGB
CMYK
RGB Variations
Color information
#0073C5 (or 0x0073C5) is known color: Navy Blue. HEX triplet: 00, 73 and C5. RGB value is (0,115,197). Sum of RGB (Red+Green+Blue) = 0+115+197=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 197 (77.34% from 255 or 63.14% from 312); Max value from RGB is 197 - color contains mainly: blue. Hex color #0073C5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073C5 is #FF8C3A. Grayscale: #595959. Windows color (decimal): -16747579 or 12940032. OLE color: 12940032.
HSL color Cylindrical-coordinate representation of color #0073C5: hue angle of 204.97º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073C5 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 115 | 197 | - |
| CMYK | 1 | 0.42 | 0 | 0.23 |
| HSL | 204.97º | 1% | 0.39% | - |
| HSV(B) | 204.97º | 1% | 0.77% | - |
| XYZ | 16.21 | 16.29 | 55.11 | - |
| YUV | 89.96 | 188.4 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 197 | 1 | 0.42 | 0 | 0.23 | 204.97 | 1 | 0.39 |
| Hex | 0 | 73 | C5 | 64 | 2A | 0 | 17 | CD | 64 | 27 |
| Octal | 0 | 163 | 305 | 144 | 52 | 0 | 27 | 315 | 144 | 47 |
| Binary | 0 | 1110011 | 11000101 | 1100100 | 101010 | 0 | 10111 | 11001101 | 1100100 | 100111 |
Color Harmonies of #0073C5
Complementary color
Monochromatic Colors of #0073C5
Black with #0073C5
Text Example
Text Example
White with #0073C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0073C5; }
p { color: rgb(0,115,197); }
H1.HeaderClassName
{
color: #0073C5;
}
.AnyTagClassName
{
color: #0073C5;
}
</style>
background-color css
<style>
a { background-color: #0073C5; }
a { background-color: rgb(0,115,197); }
div.DivClassName
{
background-color: #0073C5;
}
.BgClassName
{
background-color: #0073C5;
}
</style>
border-color css
<style>
span { border-color: #0073C5; }
span { border-color: rgb(0,115,197); }
td.TdClassName
{
border-color: #0073C5;
}
.TagClassName
{
border-color: #0073C5;
}
</style>