Shades of Navy #03037A
Tints of Navy #03037A
RGB
CMYK
RGB Variations
Color information
#03037A (or 0x03037A) is known color: Navy. HEX triplet: 03, 03 and 7A. RGB value is (3,3,122). Sum of RGB (Red+Green+Blue) = 3+3+122=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 122 (48.05% from 255 or 95.31% from 128); Max value from RGB is 122 - color contains mainly: blue. Hex color #03037A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03037A is #FCFC85. Grayscale: #101010. Windows color (decimal): -16579718 or 7996163. OLE color: 7996163.
HSL color Cylindrical-coordinate representation of color #03037A: hue angle of 240º 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 #03037A is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 3 | 122 | - |
| CMYK | 0.98 | 0.98 | 0 | 0.52 |
| HSL | 240º | 0.95% | 0.25% | - |
| HSV(B) | 240º | 0.98% | 0.48% | - |
| XYZ | 3.58 | 1.49 | 18.51 | - |
| YUV | 16.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 3 | 122 | 0.98 | 0.98 | 0 | 0.52 | 240 | 0.95 | 0.25 |
| Hex | 3 | 3 | 7A | 62 | 62 | 0 | 34 | F0 | 5F | 19 |
| Octal | 3 | 3 | 172 | 142 | 142 | 0 | 64 | 360 | 137 | 31 |
| Binary | 11 | 11 | 1111010 | 1100010 | 1100010 | 0 | 110100 | 11110000 | 1011111 | 11001 |
Color Harmonies of #03037A
Complementary color
Monochromatic Colors of #03037A
Black with #03037A
Text Example
Text Example
White with #03037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03037A; }
p { color: rgb(3,3,122); }
H1.HeaderClassName
{
color: #03037A;
}
.AnyTagClassName
{
color: #03037A;
}
</style>
background-color css
<style>
a { background-color: #03037A; }
a { background-color: rgb(3,3,122); }
div.DivClassName
{
background-color: #03037A;
}
.BgClassName
{
background-color: #03037A;
}
</style>
border-color css
<style>
span { border-color: #03037A; }
span { border-color: rgb(3,3,122); }
td.TdClassName
{
border-color: #03037A;
}
.TagClassName
{
border-color: #03037A;
}
</style>