Shades of Navy #051284
Tints of Navy #051284
RGB
CMYK
RGB Variations
Color information
#051284 (or 0x051284) is known color: Navy. HEX triplet: 05, 12 and 84. RGB value is (5,18,132). Sum of RGB (Red+Green+Blue) = 5+18+132=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 132 (51.95% from 255 or 85.16% from 155); Max value from RGB is 132 - color contains mainly: blue. Hex color #051284 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051284 is #FAED7B. Grayscale: #1A1A1A. Windows color (decimal): -16444796 or 8655365. OLE color: 8655365.
HSL color Cylindrical-coordinate representation of color #051284: hue angle of 233.86º 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 #051284 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 5 | 18 | 132 | - |
| CMYK | 0.96 | 0.86 | 0 | 0.48 |
| HSL | 233.86º | 0.93% | 0.27% | - |
| HSV(B) | 233.86º | 0.96% | 0.52% | - |
| XYZ | 4.44 | 2.13 | 22.01 | - |
| YUV | 27.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 132 | 0.96 | 0.86 | 0 | 0.48 | 233.86 | 0.93 | 0.27 |
| Hex | 5 | 12 | 84 | 60 | 56 | 0 | 30 | EA | 5D | 1B |
| Octal | 5 | 22 | 204 | 140 | 126 | 0 | 60 | 352 | 135 | 33 |
| Binary | 101 | 10010 | 10000100 | 1100000 | 1010110 | 0 | 110000 | 11101010 | 1011101 | 11011 |
Color Harmonies of #051284
Complementary color
Monochromatic Colors of #051284
Black with #051284
Text Example
Text Example
White with #051284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051284; }
p { color: rgb(5,18,132); }
H1.HeaderClassName
{
color: #051284;
}
.AnyTagClassName
{
color: #051284;
}
</style>
background-color css
<style>
a { background-color: #051284; }
a { background-color: rgb(5,18,132); }
div.DivClassName
{
background-color: #051284;
}
.BgClassName
{
background-color: #051284;
}
</style>
border-color css
<style>
span { border-color: #051284; }
span { border-color: rgb(5,18,132); }
td.TdClassName
{
border-color: #051284;
}
.TagClassName
{
border-color: #051284;
}
</style>