Shades of Navy #051084
Tints of Navy #051084
RGB
CMYK
RGB Variations
Color information
#051084 (or 0x051084) is known color: Navy. HEX triplet: 05, 10 and 84. RGB value is (5,16,132). Sum of RGB (Red+Green+Blue) = 5+16+132=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 16 (6.64% from 255 or 10.46% from 153); Blue value is 132 (51.95% from 255 or 86.27% from 153); Max value from RGB is 132 - color contains mainly: blue. Hex color #051084 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051084 is #FAEF7B. Grayscale: #191919. Windows color (decimal): -16445308 or 8654853. OLE color: 8654853.
HSL color Cylindrical-coordinate representation of color #051084: hue angle of 234.8º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051084 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 16 | 132 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.48 |
| HSL | 234.8º | 0.93% | 0.27% | - |
| HSV(B) | 234.8º | 0.96% | 0.52% | - |
| XYZ | 4.41 | 2.07 | 22 | - |
| YUV | 25.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 132 | 0.96 | 0.88 | 0 | 0.48 | 234.8 | 0.93 | 0.27 |
| Hex | 5 | 10 | 84 | 60 | 58 | 0 | 30 | EB | 5D | 1B |
| Octal | 5 | 20 | 204 | 140 | 130 | 0 | 60 | 353 | 135 | 33 |
| Binary | 101 | 10000 | 10000100 | 1100000 | 1011000 | 0 | 110000 | 11101011 | 1011101 | 11011 |
Color Harmonies of #051084
Complementary color
Monochromatic Colors of #051084
Black with #051084
Text Example
Text Example
White with #051084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051084; }
p { color: rgb(5,16,132); }
H1.HeaderClassName
{
color: #051084;
}
.AnyTagClassName
{
color: #051084;
}
</style>
background-color css
<style>
a { background-color: #051084; }
a { background-color: rgb(5,16,132); }
div.DivClassName
{
background-color: #051084;
}
.BgClassName
{
background-color: #051084;
}
</style>
border-color css
<style>
span { border-color: #051084; }
span { border-color: rgb(5,16,132); }
td.TdClassName
{
border-color: #051084;
}
.TagClassName
{
border-color: #051084;
}
</style>