Shades of Navy #030273
Tints of Navy #030273
RGB
CMYK
RGB Variations
Color information
#030273 (or 0x030273) is known color: Navy. HEX triplet: 03, 02 and 73. RGB value is (3,2,115). Sum of RGB (Red+Green+Blue) = 3+2+115=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 115 (45.31% from 255 or 95.83% from 120); Max value from RGB is 115 - color contains mainly: blue. Hex color #030273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030273 is #FCFD8C. Grayscale: #0E0E0E. Windows color (decimal): -16579981 or 7537155. OLE color: 7537155.
HSL color Cylindrical-coordinate representation of color #030273: hue angle of 240.53º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030273 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 2 | 115 | - |
| CMYK | 0.97 | 0.98 | 0 | 0.55 |
| HSL | 240.53º | 0.97% | 0.23% | - |
| HSV(B) | 240.53º | 0.98% | 0.45% | - |
| XYZ | 3.15 | 1.3 | 16.3 | - |
| YUV | 15.18 | 184.33 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 2 | 115 | 0.97 | 0.98 | 0 | 0.55 | 240.53 | 0.97 | 0.23 |
| Hex | 3 | 2 | 73 | 61 | 62 | 0 | 37 | F1 | 61 | 17 |
| Octal | 3 | 2 | 163 | 141 | 142 | 0 | 67 | 361 | 141 | 27 |
| Binary | 11 | 10 | 1110011 | 1100001 | 1100010 | 0 | 110111 | 11110001 | 1100001 | 10111 |
Color Harmonies of #030273
Complementary color
Monochromatic Colors of #030273
Black with #030273
Text Example
Text Example
White with #030273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030273; }
p { color: rgb(3,2,115); }
H1.HeaderClassName
{
color: #030273;
}
.AnyTagClassName
{
color: #030273;
}
</style>
background-color css
<style>
a { background-color: #030273; }
a { background-color: rgb(3,2,115); }
div.DivClassName
{
background-color: #030273;
}
.BgClassName
{
background-color: #030273;
}
</style>
border-color css
<style>
span { border-color: #030273; }
span { border-color: rgb(3,2,115); }
td.TdClassName
{
border-color: #030273;
}
.TagClassName
{
border-color: #030273;
}
</style>