Shades of Navy #050875
Tints of Navy #050875
RGB
CMYK
RGB Variations
Color information
#050875 (or 0x050875) is known color: Navy. HEX triplet: 05, 08 and 75. RGB value is (5,8,117). Sum of RGB (Red+Green+Blue) = 5+8+117=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #050875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050875 is #FAF78A. Grayscale: #131313. Windows color (decimal): -16447371 or 7669765. OLE color: 7669765.
HSL color Cylindrical-coordinate representation of color #050875: hue angle of 238.39º 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 #050875 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 5 | 8 | 117 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.54 |
| HSL | 238.39º | 0.92% | 0.24% | - |
| HSV(B) | 238.39º | 0.96% | 0.46% | - |
| XYZ | 3.36 | 1.49 | 16.94 | - |
| YUV | 19.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 8 | 117 | 0.96 | 0.93 | 0 | 0.54 | 238.39 | 0.92 | 0.24 |
| Hex | 5 | 8 | 75 | 60 | 5D | 0 | 36 | EE | 5C | 18 |
| Octal | 5 | 10 | 165 | 140 | 135 | 0 | 66 | 356 | 134 | 30 |
| Binary | 101 | 1000 | 1110101 | 1100000 | 1011101 | 0 | 110110 | 11101110 | 1011100 | 11000 |
Color Harmonies of #050875
Complementary color
Monochromatic Colors of #050875
Black with #050875
Text Example
Text Example
White with #050875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050875; }
p { color: rgb(5,8,117); }
H1.HeaderClassName
{
color: #050875;
}
.AnyTagClassName
{
color: #050875;
}
</style>
background-color css
<style>
a { background-color: #050875; }
a { background-color: rgb(5,8,117); }
div.DivClassName
{
background-color: #050875;
}
.BgClassName
{
background-color: #050875;
}
</style>
border-color css
<style>
span { border-color: #050875; }
span { border-color: rgb(5,8,117); }
td.TdClassName
{
border-color: #050875;
}
.TagClassName
{
border-color: #050875;
}
</style>