Shades of Navy #030E7A
Tints of Navy #030E7A
RGB
CMYK
RGB Variations
Color information
#030E7A (or 0x030E7A) is known color: Navy. HEX triplet: 03, 0E and 7A. RGB value is (3,14,122). Sum of RGB (Red+Green+Blue) = 3+14+122=139 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.16% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #030E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E7A is #FCF185. Grayscale: #161616. Windows color (decimal): -16576902 or 7998979. OLE color: 7998979.
HSL color Cylindrical-coordinate representation of color #030E7A: hue angle of 234.45º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #030E7A is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 14 | 122 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.52 |
| HSL | 234.45º | 0.95% | 0.25% | - |
| HSV(B) | 234.45º | 0.98% | 0.48% | - |
| XYZ | 3.71 | 1.74 | 18.55 | - |
| YUV | 23.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 122 | 0.98 | 0.89 | 0 | 0.52 | 234.45 | 0.95 | 0.25 |
| Hex | 3 | E | 7A | 62 | 59 | 0 | 34 | EA | 5F | 19 |
| Octal | 3 | 16 | 172 | 142 | 131 | 0 | 64 | 352 | 137 | 31 |
| Binary | 11 | 1110 | 1111010 | 1100010 | 1011001 | 0 | 110100 | 11101010 | 1011111 | 11001 |
Color Harmonies of #030E7A
Complementary color
Monochromatic Colors of #030E7A
Black with #030E7A
Text Example
Text Example
White with #030E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E7A; }
p { color: rgb(3,14,122); }
H1.HeaderClassName
{
color: #030E7A;
}
.AnyTagClassName
{
color: #030E7A;
}
</style>
background-color css
<style>
a { background-color: #030E7A; }
a { background-color: rgb(3,14,122); }
div.DivClassName
{
background-color: #030E7A;
}
.BgClassName
{
background-color: #030E7A;
}
</style>
border-color css
<style>
span { border-color: #030E7A; }
span { border-color: rgb(3,14,122); }
td.TdClassName
{
border-color: #030E7A;
}
.TagClassName
{
border-color: #030E7A;
}
</style>