Shades of Navy #031983
Tints of Navy #031983
RGB
CMYK
RGB Variations
Color information
#031983 (or 0x031983) is known color: Navy. HEX triplet: 03, 19 and 83. RGB value is (3,25,131). Sum of RGB (Red+Green+Blue) = 3+25+131=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 131 (51.56% from 255 or 82.39% from 159); Max value from RGB is 131 - color contains mainly: blue. Hex color #031983 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031983 is #FCE67C. Grayscale: #1E1E1E. Windows color (decimal): -16574077 or 8591619. OLE color: 8591619.
HSL color Cylindrical-coordinate representation of color #031983: hue angle of 229.69º degrees, saturation: 0.96, 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 #031983 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 25 | 131 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.49 |
| HSL | 229.69º | 0.96% | 0.26% | - |
| HSV(B) | 229.69º | 0.98% | 0.51% | - |
| XYZ | 4.48 | 2.35 | 21.69 | - |
| YUV | 30.51 | 184.71 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 131 | 0.98 | 0.81 | 0 | 0.49 | 229.69 | 0.96 | 0.26 |
| Hex | 3 | 19 | 83 | 62 | 51 | 0 | 31 | E6 | 60 | 1A |
| Octal | 3 | 31 | 203 | 142 | 121 | 0 | 61 | 346 | 140 | 32 |
| Binary | 11 | 11001 | 10000011 | 1100010 | 1010001 | 0 | 110001 | 11100110 | 1100000 | 11010 |
Color Harmonies of #031983
Complementary color
Monochromatic Colors of #031983
Black with #031983
Text Example
Text Example
White with #031983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031983; }
p { color: rgb(3,25,131); }
H1.HeaderClassName
{
color: #031983;
}
.AnyTagClassName
{
color: #031983;
}
</style>
background-color css
<style>
a { background-color: #031983; }
a { background-color: rgb(3,25,131); }
div.DivClassName
{
background-color: #031983;
}
.BgClassName
{
background-color: #031983;
}
</style>
border-color css
<style>
span { border-color: #031983; }
span { border-color: rgb(3,25,131); }
td.TdClassName
{
border-color: #031983;
}
.TagClassName
{
border-color: #031983;
}
</style>