Shades of Navy #050B81
Tints of Navy #050B81
RGB
CMYK
RGB Variations
Color information
#050B81 (or 0x050B81) is known color: Navy. HEX triplet: 05, 0B and 81. RGB value is (5,11,129). Sum of RGB (Red+Green+Blue) = 5+11+129=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 129 (50.78% from 255 or 88.97% from 145); Max value from RGB is 129 - color contains mainly: blue. Hex color #050B81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050B81 is #FAF47E. Grayscale: #161616. Windows color (decimal): -16446591 or 8456965. OLE color: 8456965.
HSL color Cylindrical-coordinate representation of color #050B81: hue angle of 237.1º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050B81 is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 11 | 129 | - |
| CMYK | 0.96 | 0.91 | 0 | 0.49 |
| HSL | 237.1º | 0.93% | 0.26% | - |
| HSV(B) | 237.1º | 0.96% | 0.51% | - |
| XYZ | 4.14 | 1.86 | 20.91 | - |
| YUV | 22.66 | 188.01 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 11 | 129 | 0.96 | 0.91 | 0 | 0.49 | 237.1 | 0.93 | 0.26 |
| Hex | 5 | B | 81 | 60 | 5B | 0 | 31 | ED | 5D | 1A |
| Octal | 5 | 13 | 201 | 140 | 133 | 0 | 61 | 355 | 135 | 32 |
| Binary | 101 | 1011 | 10000001 | 1100000 | 1011011 | 0 | 110001 | 11101101 | 1011101 | 11010 |
Color Harmonies of #050B81
Complementary color
Monochromatic Colors of #050B81
Black with #050B81
Text Example
Text Example
White with #050B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050B81; }
p { color: rgb(5,11,129); }
H1.HeaderClassName
{
color: #050B81;
}
.AnyTagClassName
{
color: #050B81;
}
</style>
background-color css
<style>
a { background-color: #050B81; }
a { background-color: rgb(5,11,129); }
div.DivClassName
{
background-color: #050B81;
}
.BgClassName
{
background-color: #050B81;
}
</style>
border-color css
<style>
span { border-color: #050B81; }
span { border-color: rgb(5,11,129); }
td.TdClassName
{
border-color: #050B81;
}
.TagClassName
{
border-color: #050B81;
}
</style>