Shades of Navy #050A75
Tints of Navy #050A75
RGB
CMYK
RGB Variations
Color information
#050A75 (or 0x050A75) is known color: Navy. HEX triplet: 05, 0A and 75. RGB value is (5,10,117). Sum of RGB (Red+Green+Blue) = 5+10+117=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 117 (46.09% from 255 or 88.64% from 132); Max value from RGB is 117 - color contains mainly: blue. Hex color #050A75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050A75 is #FAF58A. Grayscale: #141414. Windows color (decimal): -16446859 or 7670277. OLE color: 7670277.
HSL color Cylindrical-coordinate representation of color #050A75: hue angle of 237.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050A75 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 10 | 117 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.54 |
| HSL | 237.32º | 0.92% | 0.24% | - |
| HSV(B) | 237.32º | 0.96% | 0.46% | - |
| XYZ | 3.38 | 1.53 | 16.95 | - |
| YUV | 20.7 | 182.34 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 10 | 117 | 0.96 | 0.91 | 0 | 0.54 | 237.32 | 0.92 | 0.24 |
| Hex | 5 | A | 75 | 60 | 5B | 0 | 36 | ED | 5C | 18 |
| Octal | 5 | 12 | 165 | 140 | 133 | 0 | 66 | 355 | 134 | 30 |
| Binary | 101 | 1010 | 1110101 | 1100000 | 1011011 | 0 | 110110 | 11101101 | 1011100 | 11000 |
Color Harmonies of #050A75
Complementary color
Monochromatic Colors of #050A75
Black with #050A75
Text Example
Text Example
White with #050A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050A75; }
p { color: rgb(5,10,117); }
H1.HeaderClassName
{
color: #050A75;
}
.AnyTagClassName
{
color: #050A75;
}
</style>
background-color css
<style>
a { background-color: #050A75; }
a { background-color: rgb(5,10,117); }
div.DivClassName
{
background-color: #050A75;
}
.BgClassName
{
background-color: #050A75;
}
</style>
border-color css
<style>
span { border-color: #050A75; }
span { border-color: rgb(5,10,117); }
td.TdClassName
{
border-color: #050A75;
}
.TagClassName
{
border-color: #050A75;
}
</style>