Shades of Navy #030E6F
Tints of Navy #030E6F
RGB
CMYK
RGB Variations
Color information
#030E6F (or 0x030E6F) is known color: Navy. HEX triplet: 03, 0E and 6F. RGB value is (3,14,111). Sum of RGB (Red+Green+Blue) = 3+14+111=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 111 (43.75% from 255 or 86.72% from 128); Max value from RGB is 111 - color contains mainly: blue. Hex color #030E6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #030E6F is #FCF190. Grayscale: #151515. Windows color (decimal): -16576913 or 7278083. OLE color: 7278083.
HSL color Cylindrical-coordinate representation of color #030E6F: hue angle of 233.89º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #030E6F is Cyan = 0.97, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 14 | 111 | - |
| CMYK | 0.97 | 0.87 | 0 | 0.56 |
| HSL | 233.89º | 0.95% | 0.22% | - |
| HSV(B) | 233.89º | 0.97% | 0.44% | - |
| XYZ | 3.06 | 1.48 | 15.16 | - |
| YUV | 21.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 111 | 0.97 | 0.87 | 0 | 0.56 | 233.89 | 0.95 | 0.22 |
| Hex | 3 | E | 6F | 61 | 57 | 0 | 38 | EA | 5F | 16 |
| Octal | 3 | 16 | 157 | 141 | 127 | 0 | 70 | 352 | 137 | 26 |
| Binary | 11 | 1110 | 1101111 | 1100001 | 1010111 | 0 | 111000 | 11101010 | 1011111 | 10110 |
Color Harmonies of #030E6F
Complementary color
Monochromatic Colors of #030E6F
Black with #030E6F
Text Example
Text Example
White with #030E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E6F; }
p { color: rgb(3,14,111); }
H1.HeaderClassName
{
color: #030E6F;
}
.AnyTagClassName
{
color: #030E6F;
}
</style>
background-color css
<style>
a { background-color: #030E6F; }
a { background-color: rgb(3,14,111); }
div.DivClassName
{
background-color: #030E6F;
}
.BgClassName
{
background-color: #030E6F;
}
</style>
border-color css
<style>
span { border-color: #030E6F; }
span { border-color: rgb(3,14,111); }
td.TdClassName
{
border-color: #030E6F;
}
.TagClassName
{
border-color: #030E6F;
}
</style>