Shades of Navy #031378
Tints of Navy #031378
RGB
CMYK
RGB Variations
Color information
#031378 (or 0x031378) is known color: Navy. HEX triplet: 03, 13 and 78. RGB value is (3,19,120). Sum of RGB (Red+Green+Blue) = 3+19+120=142 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.11% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 120 (47.27% from 255 or 84.51% from 142); Max value from RGB is 120 - color contains mainly: blue. Hex color #031378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031378 is #FCEC87. Grayscale: #191919. Windows color (decimal): -16575624 or 7869187. OLE color: 7869187.
HSL color Cylindrical-coordinate representation of color #031378: hue angle of 231.79º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031378 is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 19 | 120 | - |
| CMYK | 0.98 | 0.84 | 0 | 0.53 |
| HSL | 231.79º | 0.95% | 0.24% | - |
| HSV(B) | 231.79º | 0.98% | 0.47% | - |
| XYZ | 3.66 | 1.84 | 17.93 | - |
| YUV | 25.73 | 181.2 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 120 | 0.98 | 0.84 | 0 | 0.53 | 231.79 | 0.95 | 0.24 |
| Hex | 3 | 13 | 78 | 62 | 54 | 0 | 35 | E8 | 5F | 18 |
| Octal | 3 | 23 | 170 | 142 | 124 | 0 | 65 | 350 | 137 | 30 |
| Binary | 11 | 10011 | 1111000 | 1100010 | 1010100 | 0 | 110101 | 11101000 | 1011111 | 11000 |
Color Harmonies of #031378
Complementary color
Monochromatic Colors of #031378
Black with #031378
Text Example
Text Example
White with #031378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031378; }
p { color: rgb(3,19,120); }
H1.HeaderClassName
{
color: #031378;
}
.AnyTagClassName
{
color: #031378;
}
</style>
background-color css
<style>
a { background-color: #031378; }
a { background-color: rgb(3,19,120); }
div.DivClassName
{
background-color: #031378;
}
.BgClassName
{
background-color: #031378;
}
</style>
border-color css
<style>
span { border-color: #031378; }
span { border-color: rgb(3,19,120); }
td.TdClassName
{
border-color: #031378;
}
.TagClassName
{
border-color: #031378;
}
</style>