Shades of Navy #03017A
Tints of Navy #03017A
RGB
CMYK
RGB Variations
Color information
#03017A (or 0x03017A) is known color: Navy. HEX triplet: 03, 01 and 7A. RGB value is (3,1,122). Sum of RGB (Red+Green+Blue) = 3+1+122=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 122 (48.05% from 255 or 96.83% from 126); Max value from RGB is 122 - color contains mainly: blue. Hex color #03017A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03017A is #FCFE85. Grayscale: #0E0E0E. Windows color (decimal): -16580230 or 7995651. OLE color: 7995651.
HSL color Cylindrical-coordinate representation of color #03017A: hue angle of 240.99º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03017A is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 1 | 122 | - |
| CMYK | 0.98 | 0.99 | 0 | 0.52 |
| HSL | 240.99º | 0.98% | 0.24% | - |
| HSV(B) | 240.99º | 0.99% | 0.48% | - |
| XYZ | 3.56 | 1.45 | 18.5 | - |
| YUV | 15.39 | 188.16 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 1 | 122 | 0.98 | 0.99 | 0 | 0.52 | 240.99 | 0.98 | 0.24 |
| Hex | 3 | 1 | 7A | 62 | 63 | 0 | 34 | F1 | 62 | 18 |
| Octal | 3 | 1 | 172 | 142 | 143 | 0 | 64 | 361 | 142 | 30 |
| Binary | 11 | 1 | 1111010 | 1100010 | 1100011 | 0 | 110100 | 11110001 | 1100010 | 11000 |
Color Harmonies of #03017A
Complementary color
Monochromatic Colors of #03017A
Black with #03017A
Text Example
Text Example
White with #03017A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03017A; }
p { color: rgb(3,1,122); }
H1.HeaderClassName
{
color: #03017A;
}
.AnyTagClassName
{
color: #03017A;
}
</style>
background-color css
<style>
a { background-color: #03017A; }
a { background-color: rgb(3,1,122); }
div.DivClassName
{
background-color: #03017A;
}
.BgClassName
{
background-color: #03017A;
}
</style>
border-color css
<style>
span { border-color: #03017A; }
span { border-color: rgb(3,1,122); }
td.TdClassName
{
border-color: #03017A;
}
.TagClassName
{
border-color: #03017A;
}
</style>