Shades of Navy #030E73
Tints of Navy #030E73
RGB
CMYK
RGB Variations
Color information
#030E73 (or 0x030E73) is known color: Navy. HEX triplet: 03, 0E and 73. RGB value is (3,14,115). Sum of RGB (Red+Green+Blue) = 3+14+115=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 115 (45.31% from 255 or 87.12% from 132); Max value from RGB is 115 - color contains mainly: blue. Hex color #030E73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E73 is #FCF18C. Grayscale: #151515. Windows color (decimal): -16576909 or 7540227. OLE color: 7540227.
HSL color Cylindrical-coordinate representation of color #030E73: hue angle of 234.11º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E73 is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 14 | 115 | - |
| CMYK | 0.97 | 0.88 | 0 | 0.55 |
| HSL | 234.11º | 0.95% | 0.23% | - |
| HSV(B) | 234.11º | 0.97% | 0.45% | - |
| XYZ | 3.29 | 1.57 | 16.35 | - |
| YUV | 22.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 115 | 0.97 | 0.88 | 0 | 0.55 | 234.11 | 0.95 | 0.23 |
| Hex | 3 | E | 73 | 61 | 58 | 0 | 37 | EA | 5F | 17 |
| Octal | 3 | 16 | 163 | 141 | 130 | 0 | 67 | 352 | 137 | 27 |
| Binary | 11 | 1110 | 1110011 | 1100001 | 1011000 | 0 | 110111 | 11101010 | 1011111 | 10111 |
Color Harmonies of #030E73
Complementary color
Monochromatic Colors of #030E73
Black with #030E73
Text Example
Text Example
White with #030E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E73; }
p { color: rgb(3,14,115); }
H1.HeaderClassName
{
color: #030E73;
}
.AnyTagClassName
{
color: #030E73;
}
</style>
background-color css
<style>
a { background-color: #030E73; }
a { background-color: rgb(3,14,115); }
div.DivClassName
{
background-color: #030E73;
}
.BgClassName
{
background-color: #030E73;
}
</style>
border-color css
<style>
span { border-color: #030E73; }
span { border-color: rgb(3,14,115); }
td.TdClassName
{
border-color: #030E73;
}
.TagClassName
{
border-color: #030E73;
}
</style>