Shades of Navy #071383
Tints of Navy #071383
RGB
CMYK
RGB Variations
Color information
#071383 (or 0x071383) is known color: Navy. HEX triplet: 07, 13 and 83. RGB value is (7,19,131). Sum of RGB (Red+Green+Blue) = 7+19+131=157 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.46% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 131 (51.56% from 255 or 83.44% from 157); Max value from RGB is 131 - color contains mainly: blue. Hex color #071383 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071383 is #F8EC7C. Grayscale: #1B1B1B. Windows color (decimal): -16313469 or 8590087. OLE color: 8590087.
HSL color Cylindrical-coordinate representation of color #071383: hue angle of 234.19º 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 #071383 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 19 | 131 | - |
| CMYK | 0.95 | 0.85 | 0 | 0.49 |
| HSL | 234.19º | 0.9% | 0.27% | - |
| HSV(B) | 234.19º | 0.95% | 0.51% | - |
| XYZ | 4.42 | 2.15 | 21.65 | - |
| YUV | 28.18 | 186.02 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 131 | 0.95 | 0.85 | 0 | 0.49 | 234.19 | 0.9 | 0.27 |
| Hex | 7 | 13 | 83 | 5F | 55 | 0 | 31 | EA | 5A | 1B |
| Octal | 7 | 23 | 203 | 137 | 125 | 0 | 61 | 352 | 132 | 33 |
| Binary | 111 | 10011 | 10000011 | 1011111 | 1010101 | 0 | 110001 | 11101010 | 1011010 | 11011 |
Color Harmonies of #071383
Complementary color
Monochromatic Colors of #071383
Black with #071383
Text Example
Text Example
White with #071383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071383; }
p { color: rgb(7,19,131); }
H1.HeaderClassName
{
color: #071383;
}
.AnyTagClassName
{
color: #071383;
}
</style>
background-color css
<style>
a { background-color: #071383; }
a { background-color: rgb(7,19,131); }
div.DivClassName
{
background-color: #071383;
}
.BgClassName
{
background-color: #071383;
}
</style>
border-color css
<style>
span { border-color: #071383; }
span { border-color: rgb(7,19,131); }
td.TdClassName
{
border-color: #071383;
}
.TagClassName
{
border-color: #071383;
}
</style>