Shades of Navy #030259
Tints of Navy #030259
RGB
CMYK
RGB Variations
Color information
#030259 (or 0x030259) is known color: Navy. HEX triplet: 03, 02 and 59. RGB value is (3,2,89). Sum of RGB (Red+Green+Blue) = 3+2+89=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 89 (35.16% from 255 or 94.68% from 94); Max value from RGB is 89 - color contains mainly: blue. Hex color #030259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030259 is #FCFDA6. Grayscale: #0B0B0B. Windows color (decimal): -16580007 or 5833219. OLE color: 5833219.
HSL color Cylindrical-coordinate representation of color #030259: hue angle of 240.69º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030259 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 2 | 89 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.65 |
| HSL | 240.69º | 0.96% | 0.18% | - |
| HSV(B) | 240.69º | 0.98% | 0.35% | - |
| XYZ | 1.86 | 0.78 | 9.5 | - |
| YUV | 12.22 | 171.33 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 89 | 0.97 | 0.98 | 0 | 0.65 | 240.69 | 0.96 | 0.18 |
| Hex | 3 | 2 | 59 | 61 | 62 | 0 | 41 | F1 | 60 | 12 |
| Octal | 3 | 2 | 131 | 141 | 142 | 0 | 101 | 361 | 140 | 22 |
| Binary | 11 | 10 | 1011001 | 1100001 | 1100010 | 0 | 1000001 | 11110001 | 1100000 | 10010 |
Color Harmonies of #030259
Complementary color
Monochromatic Colors of #030259
Black with #030259
Text Example
Text Example
White with #030259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030259; }
p { color: rgb(3,2,89); }
H1.HeaderClassName
{
color: #030259;
}
.AnyTagClassName
{
color: #030259;
}
</style>
background-color css
<style>
a { background-color: #030259; }
a { background-color: rgb(3,2,89); }
div.DivClassName
{
background-color: #030259;
}
.BgClassName
{
background-color: #030259;
}
</style>
border-color css
<style>
span { border-color: #030259; }
span { border-color: rgb(3,2,89); }
td.TdClassName
{
border-color: #030259;
}
.TagClassName
{
border-color: #030259;
}
</style>