Shades of Navy #050F7B
Tints of Navy #050F7B
RGB
CMYK
RGB Variations
Color information
#050F7B (or 0x050F7B) is known color: Navy. HEX triplet: 05, 0F and 7B. RGB value is (5,15,123). Sum of RGB (Red+Green+Blue) = 5+15+123=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 123 (48.44% from 255 or 86.01% from 143); Max value from RGB is 123 - color contains mainly: blue. Hex color #050F7B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050F7B is #FAF084. Grayscale: #171717. Windows color (decimal): -16445573 or 8064773. OLE color: 8064773.
HSL color Cylindrical-coordinate representation of color #050F7B: hue angle of 234.92º 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 #050F7B is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 5 | 15 | 123 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.52 |
| HSL | 234.92º | 0.92% | 0.25% | - |
| HSV(B) | 234.92º | 0.96% | 0.48% | - |
| XYZ | 3.81 | 1.8 | 18.89 | - |
| YUV | 24.32 | 183.69 | 114.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 15 | 123 | 0.96 | 0.88 | 0 | 0.52 | 234.92 | 0.92 | 0.25 |
| Hex | 5 | F | 7B | 60 | 58 | 0 | 34 | EB | 5C | 19 |
| Octal | 5 | 17 | 173 | 140 | 130 | 0 | 64 | 353 | 134 | 31 |
| Binary | 101 | 1111 | 1111011 | 1100000 | 1011000 | 0 | 110100 | 11101011 | 1011100 | 11001 |
Color Harmonies of #050F7B
Complementary color
Monochromatic Colors of #050F7B
Black with #050F7B
Text Example
Text Example
White with #050F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050F7B; }
p { color: rgb(5,15,123); }
H1.HeaderClassName
{
color: #050F7B;
}
.AnyTagClassName
{
color: #050F7B;
}
</style>
background-color css
<style>
a { background-color: #050F7B; }
a { background-color: rgb(5,15,123); }
div.DivClassName
{
background-color: #050F7B;
}
.BgClassName
{
background-color: #050F7B;
}
</style>
border-color css
<style>
span { border-color: #050F7B; }
span { border-color: rgb(5,15,123); }
td.TdClassName
{
border-color: #050F7B;
}
.TagClassName
{
border-color: #050F7B;
}
</style>