Shades of Navy #05007A
Tints of Navy #05007A
RGB
CMYK
RGB Variations
Color information
#05007A (or 0x05007A) is known color: Navy. HEX triplet: 05, 00 and 7A. RGB value is (5,0,122). Sum of RGB (Red+Green+Blue) = 5+0+122=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 122 (48.05% from 255 or 96.06% from 127); Max value from RGB is 122 - color contains mainly: blue. Hex color #05007A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05007A is #FAFF85. Grayscale: #0E0E0E. Windows color (decimal): -16449414 or 7995397. OLE color: 7995397.
HSL color Cylindrical-coordinate representation of color #05007A: hue angle of 242.46º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05007A is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 0 | 122 | - |
| CMYK | 0.96 | 1 | 0 | 0.52 |
| HSL | 242.46º | 1% | 0.24% | - |
| HSV(B) | 242.46º | 1% | 0.48% | - |
| XYZ | 3.58 | 1.44 | 18.5 | - |
| YUV | 15.4 | 188.16 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 122 | 0.96 | 1 | 0 | 0.52 | 242.46 | 1 | 0.24 |
| Hex | 5 | 0 | 7A | 60 | 64 | 0 | 34 | F2 | 64 | 18 |
| Octal | 5 | 0 | 172 | 140 | 144 | 0 | 64 | 362 | 144 | 30 |
| Binary | 101 | 0 | 1111010 | 1100000 | 1100100 | 0 | 110100 | 11110010 | 1100100 | 11000 |
Color Harmonies of #05007A
Complementary color
Monochromatic Colors of #05007A
Black with #05007A
Text Example
Text Example
White with #05007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05007A; }
p { color: rgb(5,0,122); }
H1.HeaderClassName
{
color: #05007A;
}
.AnyTagClassName
{
color: #05007A;
}
</style>
background-color css
<style>
a { background-color: #05007A; }
a { background-color: rgb(5,0,122); }
div.DivClassName
{
background-color: #05007A;
}
.BgClassName
{
background-color: #05007A;
}
</style>
border-color css
<style>
span { border-color: #05007A; }
span { border-color: rgb(5,0,122); }
td.TdClassName
{
border-color: #05007A;
}
.TagClassName
{
border-color: #05007A;
}
</style>