Shades of Navy #03007F
Tints of Navy #03007F
RGB
CMYK
RGB Variations
Color information
#03007F (or 0x03007F) is known color: Navy. HEX triplet: 03, 00 and 7F. RGB value is (3,0,127). Sum of RGB (Red+Green+Blue) = 3+0+127=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 127 (50% from 255 or 97.69% from 130); Max value from RGB is 127 - color contains mainly: blue. Hex color #03007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #03007F is #FCFF80. Grayscale: #0E0E0E. Windows color (decimal): -16580481 or 8323075. OLE color: 8323075.
HSL color Cylindrical-coordinate representation of color #03007F: hue angle of 241.42º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03007F is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 0 | 127 | - |
| CMYK | 0.98 | 1 | 0 | 0.50 |
| HSL | 241.42º | 1% | 0.25% | - |
| HSV(B) | 241.42º | 1% | 0.5% | - |
| XYZ | 3.87 | 1.55 | 20.17 | - |
| YUV | 15.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 0 | 127 | 0.98 | 1 | 0 | 0.50 | 241.42 | 1 | 0.25 |
| Hex | 3 | 0 | 7F | 62 | 64 | 0 | 32 | F1 | 64 | 19 |
| Octal | 3 | 0 | 177 | 142 | 144 | 0 | 62 | 361 | 144 | 31 |
| Binary | 11 | 0 | 1111111 | 1100010 | 1100100 | 0 | 110010 | 11110001 | 1100100 | 11001 |
Color Harmonies of #03007F
Complementary color
Monochromatic Colors of #03007F
Black with #03007F
Text Example
Text Example
White with #03007F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03007F; }
p { color: rgb(3,0,127); }
H1.HeaderClassName
{
color: #03007F;
}
.AnyTagClassName
{
color: #03007F;
}
</style>
background-color css
<style>
a { background-color: #03007F; }
a { background-color: rgb(3,0,127); }
div.DivClassName
{
background-color: #03007F;
}
.BgClassName
{
background-color: #03007F;
}
</style>
border-color css
<style>
span { border-color: #03007F; }
span { border-color: rgb(3,0,127); }
td.TdClassName
{
border-color: #03007F;
}
.TagClassName
{
border-color: #03007F;
}
</style>