Shades of Navy #05027A
Tints of Navy #05027A
RGB
CMYK
RGB Variations
Color information
#05027A (or 0x05027A) is known color: Navy. HEX triplet: 05, 02 and 7A. RGB value is (5,2,122). Sum of RGB (Red+Green+Blue) = 5+2+122=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 122 (48.05% from 255 or 94.57% from 129); Max value from RGB is 122 - color contains mainly: blue. Hex color #05027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05027A is #FAFD85. Grayscale: #101010. Windows color (decimal): -16448902 or 7995909. OLE color: 7995909.
HSL color Cylindrical-coordinate representation of color #05027A: hue angle of 241.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05027A is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 2 | 122 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.52 |
| HSL | 241.5º | 0.97% | 0.24% | - |
| HSV(B) | 241.5º | 0.98% | 0.48% | - |
| XYZ | 3.6 | 1.48 | 18.51 | - |
| YUV | 16.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 122 | 0.96 | 0.98 | 0 | 0.52 | 241.5 | 0.97 | 0.24 |
| Hex | 5 | 2 | 7A | 60 | 62 | 0 | 34 | F2 | 61 | 18 |
| Octal | 5 | 2 | 172 | 140 | 142 | 0 | 64 | 362 | 141 | 30 |
| Binary | 101 | 10 | 1111010 | 1100000 | 1100010 | 0 | 110100 | 11110010 | 1100001 | 11000 |
Color Harmonies of #05027A
Complementary color
Monochromatic Colors of #05027A
Black with #05027A
Text Example
Text Example
White with #05027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05027A; }
p { color: rgb(5,2,122); }
H1.HeaderClassName
{
color: #05027A;
}
.AnyTagClassName
{
color: #05027A;
}
</style>
background-color css
<style>
a { background-color: #05027A; }
a { background-color: rgb(5,2,122); }
div.DivClassName
{
background-color: #05027A;
}
.BgClassName
{
background-color: #05027A;
}
</style>
border-color css
<style>
span { border-color: #05027A; }
span { border-color: rgb(5,2,122); }
td.TdClassName
{
border-color: #05027A;
}
.TagClassName
{
border-color: #05027A;
}
</style>