Shades of Navy #03046D
Tints of Navy #03046D
RGB
CMYK
RGB Variations
Color information
#03046D (or 0x03046D) is known color: Navy. HEX triplet: 03, 04 and 6D. RGB value is (3,4,109). Sum of RGB (Red+Green+Blue) = 3+4+109=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 109 (42.97% from 255 or 93.97% from 116); Max value from RGB is 109 - color contains mainly: blue. Hex color #03046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03046D is #FCFB92. Grayscale: #0F0F0F. Windows color (decimal): -16579475 or 7144451. OLE color: 7144451.
HSL color Cylindrical-coordinate representation of color #03046D: hue angle of 239.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03046D is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 4 | 109 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.57 |
| HSL | 239.43º | 0.95% | 0.22% | - |
| HSV(B) | 239.43º | 0.97% | 0.43% | - |
| XYZ | 2.84 | 1.21 | 14.55 | - |
| YUV | 15.67 | 180.67 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 109 | 0.97 | 0.96 | 0 | 0.57 | 239.43 | 0.95 | 0.22 |
| Hex | 3 | 4 | 6D | 61 | 60 | 0 | 39 | EF | 5F | 16 |
| Octal | 3 | 4 | 155 | 141 | 140 | 0 | 71 | 357 | 137 | 26 |
| Binary | 11 | 100 | 1101101 | 1100001 | 1100000 | 0 | 111001 | 11101111 | 1011111 | 10110 |
Color Harmonies of #03046D
Complementary color
Monochromatic Colors of #03046D
Black with #03046D
Text Example
Text Example
White with #03046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03046D; }
p { color: rgb(3,4,109); }
H1.HeaderClassName
{
color: #03046D;
}
.AnyTagClassName
{
color: #03046D;
}
</style>
background-color css
<style>
a { background-color: #03046D; }
a { background-color: rgb(3,4,109); }
div.DivClassName
{
background-color: #03046D;
}
.BgClassName
{
background-color: #03046D;
}
</style>
border-color css
<style>
span { border-color: #03046D; }
span { border-color: rgb(3,4,109); }
td.TdClassName
{
border-color: #03046D;
}
.TagClassName
{
border-color: #03046D;
}
</style>