Shades of Navy #03045E
Tints of Navy #03045E
RGB
CMYK
RGB Variations
Color information
#03045E (or 0x03045E) is known color: Navy. HEX triplet: 03, 04 and 5E. RGB value is (3,4,94). Sum of RGB (Red+Green+Blue) = 3+4+94=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 94 (37.11% from 255 or 93.07% from 101); Max value from RGB is 94 - color contains mainly: blue. Hex color #03045E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03045E is #FCFBA1. Grayscale: #0D0D0D. Windows color (decimal): -16579490 or 6161411. OLE color: 6161411.
HSL color Cylindrical-coordinate representation of color #03045E: hue angle of 239.34º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03045E is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 4 | 94 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.63 |
| HSL | 239.34º | 0.94% | 0.19% | - |
| HSV(B) | 239.34º | 0.97% | 0.37% | - |
| XYZ | 2.1 | 0.91 | 10.66 | - |
| YUV | 13.96 | 173.17 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 94 | 0.97 | 0.96 | 0 | 0.63 | 239.34 | 0.94 | 0.19 |
| Hex | 3 | 4 | 5E | 61 | 60 | 0 | 3F | EF | 5E | 13 |
| Octal | 3 | 4 | 136 | 141 | 140 | 0 | 77 | 357 | 136 | 23 |
| Binary | 11 | 100 | 1011110 | 1100001 | 1100000 | 0 | 111111 | 11101111 | 1011110 | 10011 |
Color Harmonies of #03045E
Complementary color
Monochromatic Colors of #03045E
Black with #03045E
Text Example
Text Example
White with #03045E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03045E; }
p { color: rgb(3,4,94); }
H1.HeaderClassName
{
color: #03045E;
}
.AnyTagClassName
{
color: #03045E;
}
</style>
background-color css
<style>
a { background-color: #03045E; }
a { background-color: rgb(3,4,94); }
div.DivClassName
{
background-color: #03045E;
}
.BgClassName
{
background-color: #03045E;
}
</style>
border-color css
<style>
span { border-color: #03045E; }
span { border-color: rgb(3,4,94); }
td.TdClassName
{
border-color: #03045E;
}
.TagClassName
{
border-color: #03045E;
}
</style>