Shades of Navy #031981
Tints of Navy #031981
RGB
CMYK
RGB Variations
Color information
#031981 (or 0x031981) is known color: Navy. HEX triplet: 03, 19 and 81. RGB value is (3,25,129). Sum of RGB (Red+Green+Blue) = 3+25+129=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 129 (50.78% from 255 or 82.17% from 157); Max value from RGB is 129 - color contains mainly: blue. Hex color #031981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031981 is #FCE67E. Grayscale: #1D1D1D. Windows color (decimal): -16574079 or 8460547. OLE color: 8460547.
HSL color Cylindrical-coordinate representation of color #031981: hue angle of 229.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031981 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 25 | 129 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.49 |
| HSL | 229.52º | 0.95% | 0.26% | - |
| HSV(B) | 229.52º | 0.98% | 0.51% | - |
| XYZ | 4.35 | 2.3 | 20.98 | - |
| YUV | 30.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 129 | 0.98 | 0.81 | 0 | 0.49 | 229.52 | 0.95 | 0.26 |
| Hex | 3 | 19 | 81 | 62 | 51 | 0 | 31 | E6 | 5F | 1A |
| Octal | 3 | 31 | 201 | 142 | 121 | 0 | 61 | 346 | 137 | 32 |
| Binary | 11 | 11001 | 10000001 | 1100010 | 1010001 | 0 | 110001 | 11100110 | 1011111 | 11010 |
Color Harmonies of #031981
Complementary color
Monochromatic Colors of #031981
Black with #031981
Text Example
Text Example
White with #031981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031981; }
p { color: rgb(3,25,129); }
H1.HeaderClassName
{
color: #031981;
}
.AnyTagClassName
{
color: #031981;
}
</style>
background-color css
<style>
a { background-color: #031981; }
a { background-color: rgb(3,25,129); }
div.DivClassName
{
background-color: #031981;
}
.BgClassName
{
background-color: #031981;
}
</style>
border-color css
<style>
span { border-color: #031981; }
span { border-color: rgb(3,25,129); }
td.TdClassName
{
border-color: #031981;
}
.TagClassName
{
border-color: #031981;
}
</style>