Shades of Navy #03047C
Tints of Navy #03047C
RGB
CMYK
RGB Variations
Color information
#03047C (or 0x03047C) is known color: Navy. HEX triplet: 03, 04 and 7C. RGB value is (3,4,124). Sum of RGB (Red+Green+Blue) = 3+4+124=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 124 (48.83% from 255 or 94.66% from 131); Max value from RGB is 124 - color contains mainly: blue. Hex color #03047C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03047C is #FCFB83. Grayscale: #101010. Windows color (decimal): -16579460 or 8127491. OLE color: 8127491.
HSL color Cylindrical-coordinate representation of color #03047C: hue angle of 239.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03047C is Cyan = 0.98, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 4 | 124 | - |
| CMYK | 0.98 | 0.97 | 0 | 0.51 |
| HSL | 239.5º | 0.95% | 0.25% | - |
| HSV(B) | 239.5º | 0.98% | 0.49% | - |
| XYZ | 3.72 | 1.56 | 19.17 | - |
| YUV | 17.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 4 | 124 | 0.98 | 0.97 | 0 | 0.51 | 239.5 | 0.95 | 0.25 |
| Hex | 3 | 4 | 7C | 62 | 61 | 0 | 33 | F0 | 5F | 19 |
| Octal | 3 | 4 | 174 | 142 | 141 | 0 | 63 | 360 | 137 | 31 |
| Binary | 11 | 100 | 1111100 | 1100010 | 1100001 | 0 | 110011 | 11110000 | 1011111 | 11001 |
Color Harmonies of #03047C
Complementary color
Monochromatic Colors of #03047C
Black with #03047C
Text Example
Text Example
White with #03047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03047C; }
p { color: rgb(3,4,124); }
H1.HeaderClassName
{
color: #03047C;
}
.AnyTagClassName
{
color: #03047C;
}
</style>
background-color css
<style>
a { background-color: #03047C; }
a { background-color: rgb(3,4,124); }
div.DivClassName
{
background-color: #03047C;
}
.BgClassName
{
background-color: #03047C;
}
</style>
border-color css
<style>
span { border-color: #03047C; }
span { border-color: rgb(3,4,124); }
td.TdClassName
{
border-color: #03047C;
}
.TagClassName
{
border-color: #03047C;
}
</style>