Shades of Navy #030463
Tints of Navy #030463
RGB
CMYK
RGB Variations
Color information
#030463 (or 0x030463) is known color: Navy. HEX triplet: 03, 04 and 63. RGB value is (3,4,99). Sum of RGB (Red+Green+Blue) = 3+4+99=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 99 (39.06% from 255 or 93.40% from 106); Max value from RGB is 99 - color contains mainly: blue. Hex color #030463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030463 is #FCFB9C. Grayscale: #0E0E0E. Windows color (decimal): -16579485 or 6489091. OLE color: 6489091.
HSL color Cylindrical-coordinate representation of color #030463: hue angle of 239.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030463 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 4 | 99 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.61 |
| HSL | 239.38º | 0.94% | 0.2% | - |
| HSV(B) | 239.38º | 0.97% | 0.39% | - |
| XYZ | 2.33 | 1.01 | 11.88 | - |
| YUV | 14.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 99 | 0.97 | 0.96 | 0 | 0.61 | 239.38 | 0.94 | 0.2 |
| Hex | 3 | 4 | 63 | 61 | 60 | 0 | 3D | EF | 5E | 14 |
| Octal | 3 | 4 | 143 | 141 | 140 | 0 | 75 | 357 | 136 | 24 |
| Binary | 11 | 100 | 1100011 | 1100001 | 1100000 | 0 | 111101 | 11101111 | 1011110 | 10100 |
Color Harmonies of #030463
Complementary color
Monochromatic Colors of #030463
Black with #030463
Text Example
Text Example
White with #030463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030463; }
p { color: rgb(3,4,99); }
H1.HeaderClassName
{
color: #030463;
}
.AnyTagClassName
{
color: #030463;
}
</style>
background-color css
<style>
a { background-color: #030463; }
a { background-color: rgb(3,4,99); }
div.DivClassName
{
background-color: #030463;
}
.BgClassName
{
background-color: #030463;
}
</style>
border-color css
<style>
span { border-color: #030463; }
span { border-color: rgb(3,4,99); }
td.TdClassName
{
border-color: #030463;
}
.TagClassName
{
border-color: #030463;
}
</style>