Shades of Navy #071381
Tints of Navy #071381
RGB
CMYK
RGB Variations
Color information
#071381 (or 0x071381) is known color: Navy. HEX triplet: 07, 13 and 81. RGB value is (7,19,129). Sum of RGB (Red+Green+Blue) = 7+19+129=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 129 (50.78% from 255 or 83.23% from 155); Max value from RGB is 129 - color contains mainly: blue. Hex color #071381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071381 is #F8EC7E. Grayscale: #1B1B1B. Windows color (decimal): -16313471 or 8459015. OLE color: 8459015.
HSL color Cylindrical-coordinate representation of color #071381: hue angle of 234.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071381 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 19 | 129 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.49 |
| HSL | 234.1º | 0.9% | 0.27% | - |
| HSV(B) | 234.1º | 0.95% | 0.51% | - |
| XYZ | 4.28 | 2.1 | 20.95 | - |
| YUV | 27.95 | 185.02 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 129 | 0.95 | 0.85 | 0 | 0.49 | 234.1 | 0.9 | 0.27 |
| Hex | 7 | 13 | 81 | 5F | 55 | 0 | 31 | EA | 5A | 1B |
| Octal | 7 | 23 | 201 | 137 | 125 | 0 | 61 | 352 | 132 | 33 |
| Binary | 111 | 10011 | 10000001 | 1011111 | 1010101 | 0 | 110001 | 11101010 | 1011010 | 11011 |
Color Harmonies of #071381
Complementary color
Monochromatic Colors of #071381
Black with #071381
Text Example
Text Example
White with #071381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071381; }
p { color: rgb(7,19,129); }
H1.HeaderClassName
{
color: #071381;
}
.AnyTagClassName
{
color: #071381;
}
</style>
background-color css
<style>
a { background-color: #071381; }
a { background-color: rgb(7,19,129); }
div.DivClassName
{
background-color: #071381;
}
.BgClassName
{
background-color: #071381;
}
</style>
border-color css
<style>
span { border-color: #071381; }
span { border-color: rgb(7,19,129); }
td.TdClassName
{
border-color: #071381;
}
.TagClassName
{
border-color: #071381;
}
</style>