Shades of Navy #030363
Tints of Navy #030363
RGB
CMYK
RGB Variations
Color information
#030363 (or 0x030363) is known color: Navy. HEX triplet: 03, 03 and 63. RGB value is (3,3,99). Sum of RGB (Red+Green+Blue) = 3+3+99=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 99 (39.06% from 255 or 94.29% from 105); Max value from RGB is 99 - color contains mainly: blue. Hex color #030363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030363 is #FCFC9C. Grayscale: #0D0D0D. Windows color (decimal): -16579741 or 6488835. OLE color: 6488835.
HSL color Cylindrical-coordinate representation of color #030363: hue angle of 240º 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 #030363 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 3 | 99 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.61 |
| HSL | 240º | 0.94% | 0.2% | - |
| HSV(B) | 240º | 0.97% | 0.39% | - |
| XYZ | 2.32 | 0.99 | 11.87 | - |
| YUV | 13.94 | 176 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 99 | 0.97 | 0.97 | 0 | 0.61 | 240 | 0.94 | 0.2 |
| Hex | 3 | 3 | 63 | 61 | 61 | 0 | 3D | F0 | 5E | 14 |
| Octal | 3 | 3 | 143 | 141 | 141 | 0 | 75 | 360 | 136 | 24 |
| Binary | 11 | 11 | 1100011 | 1100001 | 1100001 | 0 | 111101 | 11110000 | 1011110 | 10100 |
Color Harmonies of #030363
Complementary color
Monochromatic Colors of #030363
Black with #030363
Text Example
Text Example
White with #030363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030363; }
p { color: rgb(3,3,99); }
H1.HeaderClassName
{
color: #030363;
}
.AnyTagClassName
{
color: #030363;
}
</style>
background-color css
<style>
a { background-color: #030363; }
a { background-color: rgb(3,3,99); }
div.DivClassName
{
background-color: #030363;
}
.BgClassName
{
background-color: #030363;
}
</style>
border-color css
<style>
span { border-color: #030363; }
span { border-color: rgb(3,3,99); }
td.TdClassName
{
border-color: #030363;
}
.TagClassName
{
border-color: #030363;
}
</style>