Shades of Navy #03057C
Tints of Navy #03057C
RGB
CMYK
RGB Variations
Color information
#03057C (or 0x03057C) is known color: Navy. HEX triplet: 03, 05 and 7C. RGB value is (3,5,124). Sum of RGB (Red+Green+Blue) = 3+5+124=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 124 (48.83% from 255 or 93.94% from 132); Max value from RGB is 124 - color contains mainly: blue. Hex color #03057C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03057C is #FCFA83. Grayscale: #111111. Windows color (decimal): -16579204 or 8127747. OLE color: 8127747.
HSL color Cylindrical-coordinate representation of color #03057C: hue angle of 239.01º 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 #03057C is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 5 | 124 | - |
| CMYK | 0.98 | 0.96 | 0 | 0.51 |
| HSL | 239.01º | 0.95% | 0.25% | - |
| HSV(B) | 239.01º | 0.98% | 0.49% | - |
| XYZ | 3.73 | 1.58 | 19.18 | - |
| YUV | 17.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 5 | 124 | 0.98 | 0.96 | 0 | 0.51 | 239.01 | 0.95 | 0.25 |
| Hex | 3 | 5 | 7C | 62 | 60 | 0 | 33 | EF | 5F | 19 |
| Octal | 3 | 5 | 174 | 142 | 140 | 0 | 63 | 357 | 137 | 31 |
| Binary | 11 | 101 | 1111100 | 1100010 | 1100000 | 0 | 110011 | 11101111 | 1011111 | 11001 |
Color Harmonies of #03057C
Complementary color
Monochromatic Colors of #03057C
Black with #03057C
Text Example
Text Example
White with #03057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03057C; }
p { color: rgb(3,5,124); }
H1.HeaderClassName
{
color: #03057C;
}
.AnyTagClassName
{
color: #03057C;
}
</style>
background-color css
<style>
a { background-color: #03057C; }
a { background-color: rgb(3,5,124); }
div.DivClassName
{
background-color: #03057C;
}
.BgClassName
{
background-color: #03057C;
}
</style>
border-color css
<style>
span { border-color: #03057C; }
span { border-color: rgb(3,5,124); }
td.TdClassName
{
border-color: #03057C;
}
.TagClassName
{
border-color: #03057C;
}
</style>