Shades of Navy #03046C
Tints of Navy #03046C
RGB
CMYK
RGB Variations
Color information
#03046C (or 0x03046C) is known color: Navy. HEX triplet: 03, 04 and 6C. RGB value is (3,4,108). Sum of RGB (Red+Green+Blue) = 3+4+108=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 108 (42.58% from 255 or 93.91% from 115); Max value from RGB is 108 - color contains mainly: blue. Hex color #03046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03046C is #FCFB93. Grayscale: #0F0F0F. Windows color (decimal): -16579476 or 7078915. OLE color: 7078915.
HSL color Cylindrical-coordinate representation of color #03046C: hue angle of 239.43º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03046C is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 4 | 108 | - |
| CMYK | 0.97 | 0.96 | 0 | 0.58 |
| HSL | 239.43º | 0.95% | 0.22% | - |
| HSV(B) | 239.43º | 0.97% | 0.42% | - |
| XYZ | 2.79 | 1.19 | 14.27 | - |
| YUV | 15.56 | 180.17 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 108 | 0.97 | 0.96 | 0 | 0.58 | 239.43 | 0.95 | 0.22 |
| Hex | 3 | 4 | 6C | 61 | 60 | 0 | 3A | EF | 5F | 16 |
| Octal | 3 | 4 | 154 | 141 | 140 | 0 | 72 | 357 | 137 | 26 |
| Binary | 11 | 100 | 1101100 | 1100001 | 1100000 | 0 | 111010 | 11101111 | 1011111 | 10110 |
Color Harmonies of #03046C
Complementary color
Monochromatic Colors of #03046C
Black with #03046C
Text Example
Text Example
White with #03046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03046C; }
p { color: rgb(3,4,108); }
H1.HeaderClassName
{
color: #03046C;
}
.AnyTagClassName
{
color: #03046C;
}
</style>
background-color css
<style>
a { background-color: #03046C; }
a { background-color: rgb(3,4,108); }
div.DivClassName
{
background-color: #03046C;
}
.BgClassName
{
background-color: #03046C;
}
</style>
border-color css
<style>
span { border-color: #03046C; }
span { border-color: rgb(3,4,108); }
td.TdClassName
{
border-color: #03046C;
}
.TagClassName
{
border-color: #03046C;
}
</style>