Shades of Navy #03045D
Tints of Navy #03045D
RGB
CMYK
RGB Variations
Color information
#03045D (or 0x03045D) is known color: Navy. HEX triplet: 03, 04 and 5D. RGB value is (3,4,93). Sum of RGB (Red+Green+Blue) = 3+4+93=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 93 (36.72% from 255 or 93% from 100); Max value from RGB is 93 - color contains mainly: blue. Hex color #03045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03045D is #FCFBA2. Grayscale: #0D0D0D. Windows color (decimal): -16579491 or 6095875. OLE color: 6095875.
HSL color Cylindrical-coordinate representation of color #03045D: hue angle of 239.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03045D is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 4 | 93 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.64 |
| HSL | 239.33º | 0.94% | 0.19% | - |
| HSV(B) | 239.33º | 0.97% | 0.36% | - |
| XYZ | 2.06 | 0.9 | 10.42 | - |
| YUV | 13.85 | 172.67 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 93 | 0.97 | 0.96 | 0 | 0.64 | 239.33 | 0.94 | 0.19 |
| Hex | 3 | 4 | 5D | 61 | 60 | 0 | 40 | EF | 5E | 13 |
| Octal | 3 | 4 | 135 | 141 | 140 | 0 | 100 | 357 | 136 | 23 |
| Binary | 11 | 100 | 1011101 | 1100001 | 1100000 | 0 | 1000000 | 11101111 | 1011110 | 10011 |
Color Harmonies of #03045D
Complementary color
Monochromatic Colors of #03045D
Black with #03045D
Text Example
Text Example
White with #03045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03045D; }
p { color: rgb(3,4,93); }
H1.HeaderClassName
{
color: #03045D;
}
.AnyTagClassName
{
color: #03045D;
}
</style>
background-color css
<style>
a { background-color: #03045D; }
a { background-color: rgb(3,4,93); }
div.DivClassName
{
background-color: #03045D;
}
.BgClassName
{
background-color: #03045D;
}
</style>
border-color css
<style>
span { border-color: #03045D; }
span { border-color: rgb(3,4,93); }
td.TdClassName
{
border-color: #03045D;
}
.TagClassName
{
border-color: #03045D;
}
</style>