Shades of Navy #05027F
Tints of Navy #05027F
RGB
CMYK
RGB Variations
Color information
#05027F (or 0x05027F) is known color: Navy. HEX triplet: 05, 02 and 7F. RGB value is (5,2,127). Sum of RGB (Red+Green+Blue) = 5+2+127=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 127 (50% from 255 or 94.78% from 134); Max value from RGB is 127 - color contains mainly: blue. Hex color #05027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05027F is #FAFD80. Grayscale: #101010. Windows color (decimal): -16448897 or 8323589. OLE color: 8323589.
HSL color Cylindrical-coordinate representation of color #05027F: hue angle of 241.44º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05027F is Cyan = 0.96, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 2 | 127 | - |
| CMYK | 0.96 | 0.98 | 0 | 0.50 |
| HSL | 241.44º | 0.97% | 0.25% | - |
| HSV(B) | 241.44º | 0.98% | 0.5% | - |
| XYZ | 3.92 | 1.61 | 20.18 | - |
| YUV | 17.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 127 | 0.96 | 0.98 | 0 | 0.50 | 241.44 | 0.97 | 0.25 |
| Hex | 5 | 2 | 7F | 60 | 62 | 0 | 32 | F1 | 61 | 19 |
| Octal | 5 | 2 | 177 | 140 | 142 | 0 | 62 | 361 | 141 | 31 |
| Binary | 101 | 10 | 1111111 | 1100000 | 1100010 | 0 | 110010 | 11110001 | 1100001 | 11001 |
Color Harmonies of #05027F
Complementary color
Monochromatic Colors of #05027F
Black with #05027F
Text Example
Text Example
White with #05027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05027F; }
p { color: rgb(5,2,127); }
H1.HeaderClassName
{
color: #05027F;
}
.AnyTagClassName
{
color: #05027F;
}
</style>
background-color css
<style>
a { background-color: #05027F; }
a { background-color: rgb(5,2,127); }
div.DivClassName
{
background-color: #05027F;
}
.BgClassName
{
background-color: #05027F;
}
</style>
border-color css
<style>
span { border-color: #05027F; }
span { border-color: rgb(5,2,127); }
td.TdClassName
{
border-color: #05027F;
}
.TagClassName
{
border-color: #05027F;
}
</style>