Shades of Navy #050260
Tints of Navy #050260
RGB
CMYK
RGB Variations
Color information
#050260 (or 0x050260) is known color: Navy. HEX triplet: 05, 02 and 60. RGB value is (5,2,96). Sum of RGB (Red+Green+Blue) = 5+2+96=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 96 (37.89% from 255 or 93.20% from 103); Max value from RGB is 96 - color contains mainly: blue. Hex color #050260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050260 is #FAFD9F. Grayscale: #0D0D0D. Windows color (decimal): -16448928 or 6291973. OLE color: 6291973.
HSL color Cylindrical-coordinate representation of color #050260: hue angle of 241.91º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050260 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 2 | 96 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.62 |
| HSL | 241.91º | 0.96% | 0.19% | - |
| HSV(B) | 241.91º | 0.98% | 0.38% | - |
| XYZ | 2.2 | 0.92 | 11.13 | - |
| YUV | 13.61 | 174.49 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 2 | 96 | 0.95 | 0.98 | 0 | 0.62 | 241.91 | 0.96 | 0.19 |
| Hex | 5 | 2 | 60 | 5F | 62 | 0 | 3E | F2 | 60 | 13 |
| Octal | 5 | 2 | 140 | 137 | 142 | 0 | 76 | 362 | 140 | 23 |
| Binary | 101 | 10 | 1100000 | 1011111 | 1100010 | 0 | 111110 | 11110010 | 1100000 | 10011 |
Color Harmonies of #050260
Complementary color
Monochromatic Colors of #050260
Black with #050260
Text Example
Text Example
White with #050260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050260; }
p { color: rgb(5,2,96); }
H1.HeaderClassName
{
color: #050260;
}
.AnyTagClassName
{
color: #050260;
}
</style>
background-color css
<style>
a { background-color: #050260; }
a { background-color: rgb(5,2,96); }
div.DivClassName
{
background-color: #050260;
}
.BgClassName
{
background-color: #050260;
}
</style>
border-color css
<style>
span { border-color: #050260; }
span { border-color: rgb(5,2,96); }
td.TdClassName
{
border-color: #050260;
}
.TagClassName
{
border-color: #050260;
}
</style>