Shades of Navy #030059
Tints of Navy #030059
RGB
CMYK
RGB Variations
Color information
#030059 (or 0x030059) is known color: Navy. HEX triplet: 03, 00 and 59. RGB value is (3,0,89). Sum of RGB (Red+Green+Blue) = 3+0+89=92 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.26% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 89 (35.16% from 255 or 96.74% from 92); Max value from RGB is 89 - color contains mainly: blue. Hex color #030059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030059 is #FCFFA6. Grayscale: #0A0A0A. Windows color (decimal): -16580519 or 5832707. OLE color: 5832707.
HSL color Cylindrical-coordinate representation of color #030059: hue angle of 242.02º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030059 is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 0 | 89 | - |
| CMYK | 0.97 | 1 | 0 | 0.65 |
| HSL | 242.02º | 1% | 0.17% | - |
| HSV(B) | 242.02º | 1% | 0.35% | - |
| XYZ | 1.84 | 0.74 | 9.5 | - |
| YUV | 11.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 89 | 0.97 | 1 | 0 | 0.65 | 242.02 | 1 | 0.17 |
| Hex | 3 | 0 | 59 | 61 | 64 | 0 | 41 | F2 | 64 | 11 |
| Octal | 3 | 0 | 131 | 141 | 144 | 0 | 101 | 362 | 144 | 21 |
| Binary | 11 | 0 | 1011001 | 1100001 | 1100100 | 0 | 1000001 | 11110010 | 1100100 | 10001 |
Color Harmonies of #030059
Complementary color
Monochromatic Colors of #030059
Black with #030059
Text Example
Text Example
White with #030059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030059; }
p { color: rgb(3,0,89); }
H1.HeaderClassName
{
color: #030059;
}
.AnyTagClassName
{
color: #030059;
}
</style>
background-color css
<style>
a { background-color: #030059; }
a { background-color: rgb(3,0,89); }
div.DivClassName
{
background-color: #030059;
}
.BgClassName
{
background-color: #030059;
}
</style>
border-color css
<style>
span { border-color: #030059; }
span { border-color: rgb(3,0,89); }
td.TdClassName
{
border-color: #030059;
}
.TagClassName
{
border-color: #030059;
}
</style>