Shades of Navy #03035E
Tints of Navy #03035E
RGB
CMYK
RGB Variations
Color information
#03035E (or 0x03035E) is known color: Navy. HEX triplet: 03, 03 and 5E. RGB value is (3,3,94). Sum of RGB (Red+Green+Blue) = 3+3+94=100 (13% of max value = 765). Red value is 3 (1.56% from 255 or 3% from 100); Green value is 3 (1.56% from 255 or 3% from 100); Blue value is 94 (37.11% from 255 or 94% from 100); Max value from RGB is 94 - color contains mainly: blue. Hex color #03035E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03035E is #FCFCA1. Grayscale: #0D0D0D. Windows color (decimal): -16579746 or 6161155. OLE color: 6161155.
HSL color Cylindrical-coordinate representation of color #03035E: hue angle of 240º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03035E is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 3 | 94 | - |
| CMYK | 0.97 | 0.97 | 0 | 0.63 |
| HSL | 240º | 0.94% | 0.19% | - |
| HSV(B) | 240º | 0.97% | 0.37% | - |
| XYZ | 2.09 | 0.89 | 10.65 | - |
| YUV | 13.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 94 | 0.97 | 0.97 | 0 | 0.63 | 240 | 0.94 | 0.19 |
| Hex | 3 | 3 | 5E | 61 | 61 | 0 | 3F | F0 | 5E | 13 |
| Octal | 3 | 3 | 136 | 141 | 141 | 0 | 77 | 360 | 136 | 23 |
| Binary | 11 | 11 | 1011110 | 1100001 | 1100001 | 0 | 111111 | 11110000 | 1011110 | 10011 |
Color Harmonies of #03035E
Complementary color
Monochromatic Colors of #03035E
Black with #03035E
Text Example
Text Example
White with #03035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03035E; }
p { color: rgb(3,3,94); }
H1.HeaderClassName
{
color: #03035E;
}
.AnyTagClassName
{
color: #03035E;
}
</style>
background-color css
<style>
a { background-color: #03035E; }
a { background-color: rgb(3,3,94); }
div.DivClassName
{
background-color: #03035E;
}
.BgClassName
{
background-color: #03035E;
}
</style>
border-color css
<style>
span { border-color: #03035E; }
span { border-color: rgb(3,3,94); }
td.TdClassName
{
border-color: #03035E;
}
.TagClassName
{
border-color: #03035E;
}
</style>