Shades of Navy #03076E
Tints of Navy #03076E
RGB
CMYK
RGB Variations
Color information
#03076E (or 0x03076E) is known color: Navy. HEX triplet: 03, 07 and 6E. RGB value is (3,7,110). Sum of RGB (Red+Green+Blue) = 3+7+110=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 110 (43.36% from 255 or 91.67% from 120); Max value from RGB is 110 - color contains mainly: blue. Hex color #03076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03076E is #FCF891. Grayscale: #111111. Windows color (decimal): -16578706 or 7210755. OLE color: 7210755.
HSL color Cylindrical-coordinate representation of color #03076E: hue angle of 237.76º 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 #03076E is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 7 | 110 | - |
| CMYK | 0.97 | 0.94 | 0 | 0.57 |
| HSL | 237.76º | 0.95% | 0.22% | - |
| HSV(B) | 237.76º | 0.97% | 0.43% | - |
| XYZ | 2.93 | 1.3 | 14.85 | - |
| YUV | 17.55 | 180.17 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 7 | 110 | 0.97 | 0.94 | 0 | 0.57 | 237.76 | 0.95 | 0.22 |
| Hex | 3 | 7 | 6E | 61 | 5E | 0 | 39 | EE | 5F | 16 |
| Octal | 3 | 7 | 156 | 141 | 136 | 0 | 71 | 356 | 137 | 26 |
| Binary | 11 | 111 | 1101110 | 1100001 | 1011110 | 0 | 111001 | 11101110 | 1011111 | 10110 |
Color Harmonies of #03076E
Complementary color
Monochromatic Colors of #03076E
Black with #03076E
Text Example
Text Example
White with #03076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03076E; }
p { color: rgb(3,7,110); }
H1.HeaderClassName
{
color: #03076E;
}
.AnyTagClassName
{
color: #03076E;
}
</style>
background-color css
<style>
a { background-color: #03076E; }
a { background-color: rgb(3,7,110); }
div.DivClassName
{
background-color: #03076E;
}
.BgClassName
{
background-color: #03076E;
}
</style>
border-color css
<style>
span { border-color: #03076E; }
span { border-color: rgb(3,7,110); }
td.TdClassName
{
border-color: #03076E;
}
.TagClassName
{
border-color: #03076E;
}
</style>