Shades of Navy #031584
Tints of Navy #031584
RGB
CMYK
RGB Variations
Color information
#031584 (or 0x031584) is known color: Navy. HEX triplet: 03, 15 and 84. RGB value is (3,21,132). Sum of RGB (Red+Green+Blue) = 3+21+132=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 132 (51.95% from 255 or 84.62% from 156); Max value from RGB is 132 - color contains mainly: blue. Hex color #031584 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031584 is #FCEA7B. Grayscale: #1B1B1B. Windows color (decimal): -16575100 or 8656131. OLE color: 8656131.
HSL color Cylindrical-coordinate representation of color #031584: hue angle of 231.63º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031584 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 21 | 132 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.48 |
| HSL | 231.63º | 0.96% | 0.26% | - |
| HSV(B) | 231.63º | 0.98% | 0.52% | - |
| XYZ | 4.47 | 2.22 | 22.02 | - |
| YUV | 28.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 132 | 0.98 | 0.84 | 0 | 0.48 | 231.63 | 0.96 | 0.26 |
| Hex | 3 | 15 | 84 | 62 | 54 | 0 | 30 | E8 | 60 | 1A |
| Octal | 3 | 25 | 204 | 142 | 124 | 0 | 60 | 350 | 140 | 32 |
| Binary | 11 | 10101 | 10000100 | 1100010 | 1010100 | 0 | 110000 | 11101000 | 1100000 | 11010 |
Color Harmonies of #031584
Complementary color
Monochromatic Colors of #031584
Black with #031584
Text Example
Text Example
White with #031584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031584; }
p { color: rgb(3,21,132); }
H1.HeaderClassName
{
color: #031584;
}
.AnyTagClassName
{
color: #031584;
}
</style>
background-color css
<style>
a { background-color: #031584; }
a { background-color: rgb(3,21,132); }
div.DivClassName
{
background-color: #031584;
}
.BgClassName
{
background-color: #031584;
}
</style>
border-color css
<style>
span { border-color: #031584; }
span { border-color: rgb(3,21,132); }
td.TdClassName
{
border-color: #031584;
}
.TagClassName
{
border-color: #031584;
}
</style>