Shades of Navy #031380
Tints of Navy #031380
RGB
CMYK
RGB Variations
Color information
#031380 (or 0x031380) is known color: Navy. HEX triplet: 03, 13 and 80. RGB value is (3,19,128). Sum of RGB (Red+Green+Blue) = 3+19+128=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 128 (50.39% from 255 or 85.33% from 150); Max value from RGB is 128 - color contains mainly: blue. Hex color #031380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031380 is #FCEC7F. Grayscale: #1A1A1A. Windows color (decimal): -16575616 or 8393475. OLE color: 8393475.
HSL color Cylindrical-coordinate representation of color #031380: hue angle of 232.32º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031380 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 19 | 128 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.50 |
| HSL | 232.32º | 0.95% | 0.26% | - |
| HSV(B) | 232.32º | 0.98% | 0.5% | - |
| XYZ | 4.17 | 2.04 | 20.6 | - |
| YUV | 26.64 | 185.2 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 128 | 0.98 | 0.85 | 0 | 0.50 | 232.32 | 0.95 | 0.26 |
| Hex | 3 | 13 | 80 | 62 | 55 | 0 | 32 | E8 | 5F | 1A |
| Octal | 3 | 23 | 200 | 142 | 125 | 0 | 62 | 350 | 137 | 32 |
| Binary | 11 | 10011 | 10000000 | 1100010 | 1010101 | 0 | 110010 | 11101000 | 1011111 | 11010 |
Color Harmonies of #031380
Complementary color
Monochromatic Colors of #031380
Black with #031380
Text Example
Text Example
White with #031380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031380; }
p { color: rgb(3,19,128); }
H1.HeaderClassName
{
color: #031380;
}
.AnyTagClassName
{
color: #031380;
}
</style>
background-color css
<style>
a { background-color: #031380; }
a { background-color: rgb(3,19,128); }
div.DivClassName
{
background-color: #031380;
}
.BgClassName
{
background-color: #031380;
}
</style>
border-color css
<style>
span { border-color: #031380; }
span { border-color: rgb(3,19,128); }
td.TdClassName
{
border-color: #031380;
}
.TagClassName
{
border-color: #031380;
}
</style>