Shades of Navy #050468
Tints of Navy #050468
RGB
CMYK
RGB Variations
Color information
#050468 (or 0x050468) is known color: Navy. HEX triplet: 05, 04 and 68. RGB value is (5,4,104). Sum of RGB (Red+Green+Blue) = 5+4+104=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 104 (41.02% from 255 or 92.04% from 113); Max value from RGB is 104 - color contains mainly: blue. Hex color #050468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050468 is #FAFB97. Grayscale: #0F0F0F. Windows color (decimal): -16448408 or 6816773. OLE color: 6816773.
HSL color Cylindrical-coordinate representation of color #050468: hue angle of 240.6º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050468 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 4 | 104 | - |
| CMYK | 0.95 | 0.96 | 0 | 0.59 |
| HSL | 240.6º | 0.93% | 0.21% | - |
| HSV(B) | 240.6º | 0.96% | 0.41% | - |
| XYZ | 2.6 | 1.12 | 13.18 | - |
| YUV | 15.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 4 | 104 | 0.95 | 0.96 | 0 | 0.59 | 240.6 | 0.93 | 0.21 |
| Hex | 5 | 4 | 68 | 5F | 60 | 0 | 3B | F1 | 5D | 15 |
| Octal | 5 | 4 | 150 | 137 | 140 | 0 | 73 | 361 | 135 | 25 |
| Binary | 101 | 100 | 1101000 | 1011111 | 1100000 | 0 | 111011 | 11110001 | 1011101 | 10101 |
Color Harmonies of #050468
Complementary color
Monochromatic Colors of #050468
Black with #050468
Text Example
Text Example
White with #050468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050468; }
p { color: rgb(5,4,104); }
H1.HeaderClassName
{
color: #050468;
}
.AnyTagClassName
{
color: #050468;
}
</style>
background-color css
<style>
a { background-color: #050468; }
a { background-color: rgb(5,4,104); }
div.DivClassName
{
background-color: #050468;
}
.BgClassName
{
background-color: #050468;
}
</style>
border-color css
<style>
span { border-color: #050468; }
span { border-color: rgb(5,4,104); }
td.TdClassName
{
border-color: #050468;
}
.TagClassName
{
border-color: #050468;
}
</style>