Shades of Navy #051083
Tints of Navy #051083
RGB
CMYK
RGB Variations
Color information
#051083 (or 0x051083) is known color: Navy. HEX triplet: 05, 10 and 83. RGB value is (5,16,131). Sum of RGB (Red+Green+Blue) = 5+16+131=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 131 (51.56% from 255 or 86.18% from 152); Max value from RGB is 131 - color contains mainly: blue. Hex color #051083 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051083 is #FAEF7C. Grayscale: #191919. Windows color (decimal): -16445309 or 8589317. OLE color: 8589317.
HSL color Cylindrical-coordinate representation of color #051083: hue angle of 234.76º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051083 is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 16 | 131 | - |
| CMYK | 0.96 | 0.88 | 0 | 0.49 |
| HSL | 234.76º | 0.93% | 0.27% | - |
| HSV(B) | 234.76º | 0.96% | 0.51% | - |
| XYZ | 4.34 | 2.04 | 21.64 | - |
| YUV | 25.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 131 | 0.96 | 0.88 | 0 | 0.49 | 234.76 | 0.93 | 0.27 |
| Hex | 5 | 10 | 83 | 60 | 58 | 0 | 31 | EB | 5D | 1B |
| Octal | 5 | 20 | 203 | 140 | 130 | 0 | 61 | 353 | 135 | 33 |
| Binary | 101 | 10000 | 10000011 | 1100000 | 1011000 | 0 | 110001 | 11101011 | 1011101 | 11011 |
Color Harmonies of #051083
Complementary color
Monochromatic Colors of #051083
Black with #051083
Text Example
Text Example
White with #051083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051083; }
p { color: rgb(5,16,131); }
H1.HeaderClassName
{
color: #051083;
}
.AnyTagClassName
{
color: #051083;
}
</style>
background-color css
<style>
a { background-color: #051083; }
a { background-color: rgb(5,16,131); }
div.DivClassName
{
background-color: #051083;
}
.BgClassName
{
background-color: #051083;
}
</style>
border-color css
<style>
span { border-color: #051083; }
span { border-color: rgb(5,16,131); }
td.TdClassName
{
border-color: #051083;
}
.TagClassName
{
border-color: #051083;
}
</style>