Shades of Navy #050D7A
Tints of Navy #050D7A
RGB
CMYK
RGB Variations
Color information
#050D7A (or 0x050D7A) is known color: Navy. HEX triplet: 05, 0D and 7A. RGB value is (5,13,122). Sum of RGB (Red+Green+Blue) = 5+13+122=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 122 (48.05% from 255 or 87.14% from 140); Max value from RGB is 122 - color contains mainly: blue. Hex color #050D7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D7A is #FAF285. Grayscale: #161616. Windows color (decimal): -16446086 or 7998725. OLE color: 7998725.
HSL color Cylindrical-coordinate representation of color #050D7A: hue angle of 235.9º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D7A is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 13 | 122 | - |
| CMYK | 0.96 | 0.89 | 0 | 0.52 |
| HSL | 235.9º | 0.92% | 0.25% | - |
| HSV(B) | 235.9º | 0.96% | 0.48% | - |
| XYZ | 3.72 | 1.73 | 18.55 | - |
| YUV | 23.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 122 | 0.96 | 0.89 | 0 | 0.52 | 235.9 | 0.92 | 0.25 |
| Hex | 5 | D | 7A | 60 | 59 | 0 | 34 | EC | 5C | 19 |
| Octal | 5 | 15 | 172 | 140 | 131 | 0 | 64 | 354 | 134 | 31 |
| Binary | 101 | 1101 | 1111010 | 1100000 | 1011001 | 0 | 110100 | 11101100 | 1011100 | 11001 |
Color Harmonies of #050D7A
Complementary color
Monochromatic Colors of #050D7A
Black with #050D7A
Text Example
Text Example
White with #050D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D7A; }
p { color: rgb(5,13,122); }
H1.HeaderClassName
{
color: #050D7A;
}
.AnyTagClassName
{
color: #050D7A;
}
</style>
background-color css
<style>
a { background-color: #050D7A; }
a { background-color: rgb(5,13,122); }
div.DivClassName
{
background-color: #050D7A;
}
.BgClassName
{
background-color: #050D7A;
}
</style>
border-color css
<style>
span { border-color: #050D7A; }
span { border-color: rgb(5,13,122); }
td.TdClassName
{
border-color: #050D7A;
}
.TagClassName
{
border-color: #050D7A;
}
</style>