Shades of Navy #030573
Tints of Navy #030573
RGB
CMYK
RGB Variations
Color information
#030573 (or 0x030573) is known color: Navy. HEX triplet: 03, 05 and 73. RGB value is (3,5,115). Sum of RGB (Red+Green+Blue) = 3+5+115=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 115 (45.31% from 255 or 93.50% from 123); Max value from RGB is 115 - color contains mainly: blue. Hex color #030573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030573 is #FCFA8C. Grayscale: #101010. Windows color (decimal): -16579213 or 7537923. OLE color: 7537923.
HSL color Cylindrical-coordinate representation of color #030573: hue angle of 238.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030573 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 5 | 115 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.55 |
| HSL | 238.93º | 0.95% | 0.23% | - |
| HSV(B) | 238.93º | 0.97% | 0.45% | - |
| XYZ | 3.19 | 1.37 | 16.32 | - |
| YUV | 16.94 | 183.34 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 115 | 0.97 | 0.96 | 0 | 0.55 | 238.93 | 0.95 | 0.23 |
| Hex | 3 | 5 | 73 | 61 | 60 | 0 | 37 | EF | 5F | 17 |
| Octal | 3 | 5 | 163 | 141 | 140 | 0 | 67 | 357 | 137 | 27 |
| Binary | 11 | 101 | 1110011 | 1100001 | 1100000 | 0 | 110111 | 11101111 | 1011111 | 10111 |
Color Harmonies of #030573
Complementary color
Monochromatic Colors of #030573
Black with #030573
Text Example
Text Example
White with #030573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030573; }
p { color: rgb(3,5,115); }
H1.HeaderClassName
{
color: #030573;
}
.AnyTagClassName
{
color: #030573;
}
</style>
background-color css
<style>
a { background-color: #030573; }
a { background-color: rgb(3,5,115); }
div.DivClassName
{
background-color: #030573;
}
.BgClassName
{
background-color: #030573;
}
</style>
border-color css
<style>
span { border-color: #030573; }
span { border-color: rgb(3,5,115); }
td.TdClassName
{
border-color: #030573;
}
.TagClassName
{
border-color: #030573;
}
</style>