Shades of Navy #050F7D
Tints of Navy #050F7D
RGB
CMYK
RGB Variations
Color information
#050F7D (or 0x050F7D) is known color: Navy. HEX triplet: 05, 0F and 7D. RGB value is (5,15,125). Sum of RGB (Red+Green+Blue) = 5+15+125=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 125 (49.22% from 255 or 86.21% from 145); Max value from RGB is 125 - color contains mainly: blue. Hex color #050F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F7D is #FAF082. Grayscale: #181818. Windows color (decimal): -16445571 or 8195845. OLE color: 8195845.
HSL color Cylindrical-coordinate representation of color #050F7D: hue angle of 235º 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 #050F7D is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 15 | 125 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.51 |
| HSL | 235º | 0.92% | 0.25% | - |
| HSV(B) | 235º | 0.96% | 0.49% | - |
| XYZ | 3.94 | 1.85 | 19.55 | - |
| YUV | 24.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 125 | 0.96 | 0.88 | 0 | 0.51 | 235 | 0.92 | 0.25 |
| Hex | 5 | F | 7D | 60 | 58 | 0 | 33 | EB | 5C | 19 |
| Octal | 5 | 17 | 175 | 140 | 130 | 0 | 63 | 353 | 134 | 31 |
| Binary | 101 | 1111 | 1111101 | 1100000 | 1011000 | 0 | 110011 | 11101011 | 1011100 | 11001 |
Color Harmonies of #050F7D
Complementary color
Monochromatic Colors of #050F7D
Black with #050F7D
Text Example
Text Example
White with #050F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F7D; }
p { color: rgb(5,15,125); }
H1.HeaderClassName
{
color: #050F7D;
}
.AnyTagClassName
{
color: #050F7D;
}
</style>
background-color css
<style>
a { background-color: #050F7D; }
a { background-color: rgb(5,15,125); }
div.DivClassName
{
background-color: #050F7D;
}
.BgClassName
{
background-color: #050F7D;
}
</style>
border-color css
<style>
span { border-color: #050F7D; }
span { border-color: rgb(5,15,125); }
td.TdClassName
{
border-color: #050F7D;
}
.TagClassName
{
border-color: #050F7D;
}
</style>