Shades of Navy #05046E
Tints of Navy #05046E
RGB
CMYK
RGB Variations
Color information
#05046E (or 0x05046E) is known color: Navy. HEX triplet: 05, 04 and 6E. RGB value is (5,4,110). Sum of RGB (Red+Green+Blue) = 5+4+110=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 110 (43.36% from 255 or 92.44% from 119); Max value from RGB is 110 - color contains mainly: blue. Hex color #05046E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05046E is #FAFB91. Grayscale: #0F0F0F. Windows color (decimal): -16448402 or 7209989. OLE color: 7209989.
HSL color Cylindrical-coordinate representation of color #05046E: hue angle of 240.57º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05046E is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 4 | 110 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.57 |
| HSL | 240.57º | 0.93% | 0.22% | - |
| HSV(B) | 240.57º | 0.96% | 0.43% | - |
| XYZ | 2.92 | 1.24 | 14.84 | - |
| YUV | 16.38 | 180.83 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 110 | 0.95 | 0.96 | 0 | 0.57 | 240.57 | 0.93 | 0.22 |
| Hex | 5 | 4 | 6E | 5F | 60 | 0 | 39 | F1 | 5D | 16 |
| Octal | 5 | 4 | 156 | 137 | 140 | 0 | 71 | 361 | 135 | 26 |
| Binary | 101 | 100 | 1101110 | 1011111 | 1100000 | 0 | 111001 | 11110001 | 1011101 | 10110 |
Color Harmonies of #05046E
Complementary color
Monochromatic Colors of #05046E
Black with #05046E
Text Example
Text Example
White with #05046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05046E; }
p { color: rgb(5,4,110); }
H1.HeaderClassName
{
color: #05046E;
}
.AnyTagClassName
{
color: #05046E;
}
</style>
background-color css
<style>
a { background-color: #05046E; }
a { background-color: rgb(5,4,110); }
div.DivClassName
{
background-color: #05046E;
}
.BgClassName
{
background-color: #05046E;
}
</style>
border-color css
<style>
span { border-color: #05046E; }
span { border-color: rgb(5,4,110); }
td.TdClassName
{
border-color: #05046E;
}
.TagClassName
{
border-color: #05046E;
}
</style>