Shades of Navy #03057A
Tints of Navy #03057A
RGB
CMYK
RGB Variations
Color information
#03057A (or 0x03057A) is known color: Navy. HEX triplet: 03, 05 and 7A. RGB value is (3,5,122). Sum of RGB (Red+Green+Blue) = 3+5+122=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 122 (48.05% from 255 or 93.85% from 130); Max value from RGB is 122 - color contains mainly: blue. Hex color #03057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03057A is #FCFA85. Grayscale: #111111. Windows color (decimal): -16579206 or 7996675. OLE color: 7996675.
HSL color Cylindrical-coordinate representation of color #03057A: hue angle of 238.99º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03057A is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 5 | 122 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.52 |
| HSL | 238.99º | 0.95% | 0.25% | - |
| HSV(B) | 238.99º | 0.98% | 0.48% | - |
| XYZ | 3.6 | 1.53 | 18.52 | - |
| YUV | 17.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 122 | 0.98 | 0.96 | 0 | 0.52 | 238.99 | 0.95 | 0.25 |
| Hex | 3 | 5 | 7A | 62 | 60 | 0 | 34 | EF | 5F | 19 |
| Octal | 3 | 5 | 172 | 142 | 140 | 0 | 64 | 357 | 137 | 31 |
| Binary | 11 | 101 | 1111010 | 1100010 | 1100000 | 0 | 110100 | 11101111 | 1011111 | 11001 |
Color Harmonies of #03057A
Complementary color
Monochromatic Colors of #03057A
Black with #03057A
Text Example
Text Example
White with #03057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03057A; }
p { color: rgb(3,5,122); }
H1.HeaderClassName
{
color: #03057A;
}
.AnyTagClassName
{
color: #03057A;
}
</style>
background-color css
<style>
a { background-color: #03057A; }
a { background-color: rgb(3,5,122); }
div.DivClassName
{
background-color: #03057A;
}
.BgClassName
{
background-color: #03057A;
}
</style>
border-color css
<style>
span { border-color: #03057A; }
span { border-color: rgb(3,5,122); }
td.TdClassName
{
border-color: #03057A;
}
.TagClassName
{
border-color: #03057A;
}
</style>