Shades of Navy #05046C
Tints of Navy #05046C
RGB
CMYK
RGB Variations
Color information
#05046C (or 0x05046C) is known color: Navy. HEX triplet: 05, 04 and 6C. RGB value is (5,4,108). Sum of RGB (Red+Green+Blue) = 5+4+108=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 108 (42.58% from 255 or 92.31% from 117); Max value from RGB is 108 - color contains mainly: blue. Hex color #05046C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05046C is #FAFB93. Grayscale: #0F0F0F. Windows color (decimal): -16448404 or 7078917. OLE color: 7078917.
HSL color Cylindrical-coordinate representation of color #05046C: hue angle of 240.58º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05046C is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 5 | 4 | 108 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.58 |
| HSL | 240.58º | 0.93% | 0.22% | - |
| HSV(B) | 240.58º | 0.96% | 0.42% | - |
| XYZ | 2.81 | 1.2 | 14.27 | - |
| YUV | 16.16 | 179.83 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 108 | 0.95 | 0.96 | 0 | 0.58 | 240.58 | 0.93 | 0.22 |
| Hex | 5 | 4 | 6C | 5F | 60 | 0 | 3A | F1 | 5D | 16 |
| Octal | 5 | 4 | 154 | 137 | 140 | 0 | 72 | 361 | 135 | 26 |
| Binary | 101 | 100 | 1101100 | 1011111 | 1100000 | 0 | 111010 | 11110001 | 1011101 | 10110 |
Color Harmonies of #05046C
Complementary color
Monochromatic Colors of #05046C
Black with #05046C
Text Example
Text Example
White with #05046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05046C; }
p { color: rgb(5,4,108); }
H1.HeaderClassName
{
color: #05046C;
}
.AnyTagClassName
{
color: #05046C;
}
</style>
background-color css
<style>
a { background-color: #05046C; }
a { background-color: rgb(5,4,108); }
div.DivClassName
{
background-color: #05046C;
}
.BgClassName
{
background-color: #05046C;
}
</style>
border-color css
<style>
span { border-color: #05046C; }
span { border-color: rgb(5,4,108); }
td.TdClassName
{
border-color: #05046C;
}
.TagClassName
{
border-color: #05046C;
}
</style>