Shades of Navy #03005A
Tints of Navy #03005A
RGB
CMYK
RGB Variations
Color information
#03005A (or 0x03005A) is known color: Navy. HEX triplet: 03, 00 and 5A. RGB value is (3,0,90). Sum of RGB (Red+Green+Blue) = 3+0+90=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 90 (35.55% from 255 or 96.77% from 93); Max value from RGB is 90 - color contains mainly: blue. Hex color #03005A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03005A is #FCFFA5. Grayscale: #0A0A0A. Windows color (decimal): -16580518 or 5898243. OLE color: 5898243.
HSL color Cylindrical-coordinate representation of color #03005A: hue angle of 242º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03005A is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 0 | 90 | - |
| CMYK | 0.97 | 1 | 0 | 0.65 |
| HSL | 242º | 1% | 0.18% | - |
| HSV(B) | 242º | 1% | 0.35% | - |
| XYZ | 1.88 | 0.76 | 9.72 | - |
| YUV | 11.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 90 | 0.97 | 1 | 0 | 0.65 | 242 | 1 | 0.18 |
| Hex | 3 | 0 | 5A | 61 | 64 | 0 | 41 | F2 | 64 | 12 |
| Octal | 3 | 0 | 132 | 141 | 144 | 0 | 101 | 362 | 144 | 22 |
| Binary | 11 | 0 | 1011010 | 1100001 | 1100100 | 0 | 1000001 | 11110010 | 1100100 | 10010 |
Color Harmonies of #03005A
Complementary color
Monochromatic Colors of #03005A
Black with #03005A
Text Example
Text Example
White with #03005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03005A; }
p { color: rgb(3,0,90); }
H1.HeaderClassName
{
color: #03005A;
}
.AnyTagClassName
{
color: #03005A;
}
</style>
background-color css
<style>
a { background-color: #03005A; }
a { background-color: rgb(3,0,90); }
div.DivClassName
{
background-color: #03005A;
}
.BgClassName
{
background-color: #03005A;
}
</style>
border-color css
<style>
span { border-color: #03005A; }
span { border-color: rgb(3,0,90); }
td.TdClassName
{
border-color: #03005A;
}
.TagClassName
{
border-color: #03005A;
}
</style>