Shades of Navy #031A84
Tints of Navy #031A84
RGB
CMYK
RGB Variations
Color information
#031A84 (or 0x031A84) is known color: Navy. HEX triplet: 03, 1A and 84. RGB value is (3,26,132). Sum of RGB (Red+Green+Blue) = 3+26+132=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 132 (51.95% from 255 or 81.99% from 161); Max value from RGB is 132 - color contains mainly: blue. Hex color #031A84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031A84 is #FCE57B. Grayscale: #1E1E1E. Windows color (decimal): -16573820 or 8657411. OLE color: 8657411.
HSL color Cylindrical-coordinate representation of color #031A84: hue angle of 229.3º 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 #031A84 is Cyan = 0.98, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 26 | 132 | - |
| CMYK | 0.98 | 0.80 | 0 | 0.48 |
| HSL | 229.3º | 0.96% | 0.26% | - |
| HSV(B) | 229.3º | 0.98% | 0.52% | - |
| XYZ | 4.57 | 2.42 | 22.06 | - |
| YUV | 31.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 132 | 0.98 | 0.80 | 0 | 0.48 | 229.3 | 0.96 | 0.26 |
| Hex | 3 | 1A | 84 | 62 | 50 | 0 | 30 | E5 | 60 | 1A |
| Octal | 3 | 32 | 204 | 142 | 120 | 0 | 60 | 345 | 140 | 32 |
| Binary | 11 | 11010 | 10000100 | 1100010 | 1010000 | 0 | 110000 | 11100101 | 1100000 | 11010 |
Color Harmonies of #031A84
Complementary color
Monochromatic Colors of #031A84
Black with #031A84
Text Example
Text Example
White with #031A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A84; }
p { color: rgb(3,26,132); }
H1.HeaderClassName
{
color: #031A84;
}
.AnyTagClassName
{
color: #031A84;
}
</style>
background-color css
<style>
a { background-color: #031A84; }
a { background-color: rgb(3,26,132); }
div.DivClassName
{
background-color: #031A84;
}
.BgClassName
{
background-color: #031A84;
}
</style>
border-color css
<style>
span { border-color: #031A84; }
span { border-color: rgb(3,26,132); }
td.TdClassName
{
border-color: #031A84;
}
.TagClassName
{
border-color: #031A84;
}
</style>