Shades of Navy #050D7D
Tints of Navy #050D7D
RGB
CMYK
RGB Variations
Color information
#050D7D (or 0x050D7D) is known color: Navy. HEX triplet: 05, 0D and 7D. RGB value is (5,13,125). Sum of RGB (Red+Green+Blue) = 5+13+125=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 125 (49.22% from 255 or 87.41% from 143); Max value from RGB is 125 - color contains mainly: blue. Hex color #050D7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D7D is #FAF282. Grayscale: #161616. Windows color (decimal): -16446083 or 8195333. OLE color: 8195333.
HSL color Cylindrical-coordinate representation of color #050D7D: hue angle of 236º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050D7D is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 13 | 125 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.51 |
| HSL | 236º | 0.92% | 0.25% | - |
| HSV(B) | 236º | 0.96% | 0.49% | - |
| XYZ | 3.91 | 1.8 | 19.54 | - |
| YUV | 23.38 | 185.35 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 13 | 125 | 0.96 | 0.90 | 0 | 0.51 | 236 | 0.92 | 0.25 |
| Hex | 5 | D | 7D | 60 | 5A | 0 | 33 | EC | 5C | 19 |
| Octal | 5 | 15 | 175 | 140 | 132 | 0 | 63 | 354 | 134 | 31 |
| Binary | 101 | 1101 | 1111101 | 1100000 | 1011010 | 0 | 110011 | 11101100 | 1011100 | 11001 |
Color Harmonies of #050D7D
Complementary color
Monochromatic Colors of #050D7D
Black with #050D7D
Text Example
Text Example
White with #050D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050D7D; }
p { color: rgb(5,13,125); }
H1.HeaderClassName
{
color: #050D7D;
}
.AnyTagClassName
{
color: #050D7D;
}
</style>
background-color css
<style>
a { background-color: #050D7D; }
a { background-color: rgb(5,13,125); }
div.DivClassName
{
background-color: #050D7D;
}
.BgClassName
{
background-color: #050D7D;
}
</style>
border-color css
<style>
span { border-color: #050D7D; }
span { border-color: rgb(5,13,125); }
td.TdClassName
{
border-color: #050D7D;
}
.TagClassName
{
border-color: #050D7D;
}
</style>