Shades of Navy #051383
Tints of Navy #051383
RGB
CMYK
RGB Variations
Color information
#051383 (or 0x051383) is known color: Navy. HEX triplet: 05, 13 and 83. RGB value is (5,19,131). Sum of RGB (Red+Green+Blue) = 5+19+131=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 131 (51.56% from 255 or 84.52% from 155); Max value from RGB is 131 - color contains mainly: blue. Hex color #051383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051383 is #FAEC7C. Grayscale: #1B1B1B. Windows color (decimal): -16444541 or 8590085. OLE color: 8590085.
HSL color Cylindrical-coordinate representation of color #051383: hue angle of 233.33º 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 #051383 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 5 | 19 | 131 | - |
| CMYK | 0.96 | 0.85 | 0 | 0.49 |
| HSL | 233.33º | 0.93% | 0.27% | - |
| HSV(B) | 233.33º | 0.96% | 0.51% | - |
| XYZ | 4.39 | 2.14 | 21.65 | - |
| YUV | 27.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 131 | 0.96 | 0.85 | 0 | 0.49 | 233.33 | 0.93 | 0.27 |
| Hex | 5 | 13 | 83 | 60 | 55 | 0 | 31 | E9 | 5D | 1B |
| Octal | 5 | 23 | 203 | 140 | 125 | 0 | 61 | 351 | 135 | 33 |
| Binary | 101 | 10011 | 10000011 | 1100000 | 1010101 | 0 | 110001 | 11101001 | 1011101 | 11011 |
Color Harmonies of #051383
Complementary color
Monochromatic Colors of #051383
Black with #051383
Text Example
Text Example
White with #051383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051383; }
p { color: rgb(5,19,131); }
H1.HeaderClassName
{
color: #051383;
}
.AnyTagClassName
{
color: #051383;
}
</style>
background-color css
<style>
a { background-color: #051383; }
a { background-color: rgb(5,19,131); }
div.DivClassName
{
background-color: #051383;
}
.BgClassName
{
background-color: #051383;
}
</style>
border-color css
<style>
span { border-color: #051383; }
span { border-color: rgb(5,19,131); }
td.TdClassName
{
border-color: #051383;
}
.TagClassName
{
border-color: #051383;
}
</style>