Shades of Navy #031385
Tints of Navy #031385
RGB
CMYK
RGB Variations
Color information
#031385 (or 0x031385) is known color: Navy. HEX triplet: 03, 13 and 85. RGB value is (3,19,133). Sum of RGB (Red+Green+Blue) = 3+19+133=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 133 (52.34% from 255 or 85.81% from 155); Max value from RGB is 133 - color contains mainly: blue. Hex color #031385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #031385 is #FCEC7A. Grayscale: #1A1A1A. Windows color (decimal): -16575611 or 8721155. OLE color: 8721155.
HSL color Cylindrical-coordinate representation of color #031385: hue angle of 232.62º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031385 is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 19 | 133 | - |
| CMYK | 0.98 | 0.86 | 0 | 0.48 |
| HSL | 232.62º | 0.96% | 0.27% | - |
| HSV(B) | 232.62º | 0.98% | 0.52% | - |
| XYZ | 4.5 | 2.18 | 22.37 | - |
| YUV | 27.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 133 | 0.98 | 0.86 | 0 | 0.48 | 232.62 | 0.96 | 0.27 |
| Hex | 3 | 13 | 85 | 62 | 56 | 0 | 30 | E9 | 60 | 1B |
| Octal | 3 | 23 | 205 | 142 | 126 | 0 | 60 | 351 | 140 | 33 |
| Binary | 11 | 10011 | 10000101 | 1100010 | 1010110 | 0 | 110000 | 11101001 | 1100000 | 11011 |
Color Harmonies of #031385
Complementary color
Monochromatic Colors of #031385
Black with #031385
Text Example
Text Example
White with #031385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031385; }
p { color: rgb(3,19,133); }
H1.HeaderClassName
{
color: #031385;
}
.AnyTagClassName
{
color: #031385;
}
</style>
background-color css
<style>
a { background-color: #031385; }
a { background-color: rgb(3,19,133); }
div.DivClassName
{
background-color: #031385;
}
.BgClassName
{
background-color: #031385;
}
</style>
border-color css
<style>
span { border-color: #031385; }
span { border-color: rgb(3,19,133); }
td.TdClassName
{
border-color: #031385;
}
.TagClassName
{
border-color: #031385;
}
</style>