Shades of Navy #05046F
Tints of Navy #05046F
RGB
CMYK
RGB Variations
Color information
#05046F (or 0x05046F) is known color: Navy. HEX triplet: 05, 04 and 6F. RGB value is (5,4,111). Sum of RGB (Red+Green+Blue) = 5+4+111=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 111 (43.75% from 255 or 92.5% from 120); Max value from RGB is 111 - color contains mainly: blue. Hex color #05046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05046F is #FAFB90. Grayscale: #101010. Windows color (decimal): -16448401 or 7275525. OLE color: 7275525.
HSL color Cylindrical-coordinate representation of color #05046F: hue angle of 240.56º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05046F is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 4 | 111 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.56 |
| HSL | 240.56º | 0.93% | 0.23% | - |
| HSV(B) | 240.56º | 0.96% | 0.44% | - |
| XYZ | 2.98 | 1.27 | 15.13 | - |
| YUV | 16.5 | 181.33 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 111 | 0.95 | 0.96 | 0 | 0.56 | 240.56 | 0.93 | 0.23 |
| Hex | 5 | 4 | 6F | 5F | 60 | 0 | 38 | F1 | 5D | 17 |
| Octal | 5 | 4 | 157 | 137 | 140 | 0 | 70 | 361 | 135 | 27 |
| Binary | 101 | 100 | 1101111 | 1011111 | 1100000 | 0 | 111000 | 11110001 | 1011101 | 10111 |
Color Harmonies of #05046F
Complementary color
Monochromatic Colors of #05046F
Black with #05046F
Text Example
Text Example
White with #05046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05046F; }
p { color: rgb(5,4,111); }
H1.HeaderClassName
{
color: #05046F;
}
.AnyTagClassName
{
color: #05046F;
}
</style>
background-color css
<style>
a { background-color: #05046F; }
a { background-color: rgb(5,4,111); }
div.DivClassName
{
background-color: #05046F;
}
.BgClassName
{
background-color: #05046F;
}
</style>
border-color css
<style>
span { border-color: #05046F; }
span { border-color: rgb(5,4,111); }
td.TdClassName
{
border-color: #05046F;
}
.TagClassName
{
border-color: #05046F;
}
</style>