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