Shades of Navy #05057A
Tints of Navy #05057A
RGB
CMYK
RGB Variations
Color information
#05057A (or 0x05057A) is known color: Navy. HEX triplet: 05, 05 and 7A. RGB value is (5,5,122). Sum of RGB (Red+Green+Blue) = 5+5+122=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 122 (48.05% from 255 or 92.42% from 132); Max value from RGB is 122 - color contains mainly: blue. Hex color #05057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05057A is #FAFA85. Grayscale: #111111. Windows color (decimal): -16448134 or 7996677. OLE color: 7996677.
HSL color Cylindrical-coordinate representation of color #05057A: hue angle of 240º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05057A is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 5 | 122 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.52 |
| HSL | 240º | 0.92% | 0.25% | - |
| HSV(B) | 240º | 0.96% | 0.48% | - |
| XYZ | 3.63 | 1.55 | 18.52 | - |
| YUV | 18.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 122 | 0.96 | 0.96 | 0 | 0.52 | 240 | 0.92 | 0.25 |
| Hex | 5 | 5 | 7A | 60 | 60 | 0 | 34 | F0 | 5C | 19 |
| Octal | 5 | 5 | 172 | 140 | 140 | 0 | 64 | 360 | 134 | 31 |
| Binary | 101 | 101 | 1111010 | 1100000 | 1100000 | 0 | 110100 | 11110000 | 1011100 | 11001 |
Color Harmonies of #05057A
Complementary color
Monochromatic Colors of #05057A
Black with #05057A
Text Example
Text Example
White with #05057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05057A; }
p { color: rgb(5,5,122); }
H1.HeaderClassName
{
color: #05057A;
}
.AnyTagClassName
{
color: #05057A;
}
</style>
background-color css
<style>
a { background-color: #05057A; }
a { background-color: rgb(5,5,122); }
div.DivClassName
{
background-color: #05057A;
}
.BgClassName
{
background-color: #05057A;
}
</style>
border-color css
<style>
span { border-color: #05057A; }
span { border-color: rgb(5,5,122); }
td.TdClassName
{
border-color: #05057A;
}
.TagClassName
{
border-color: #05057A;
}
</style>