Shades of Navy #070385
Tints of Navy #070385
RGB
CMYK
RGB Variations
Color information
#070385 (or 0x070385) is known color: Navy. HEX triplet: 07, 03 and 85. RGB value is (7,3,133). Sum of RGB (Red+Green+Blue) = 7+3+133=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 133 (52.34% from 255 or 93.01% from 143); Max value from RGB is 133 - color contains mainly: blue. Hex color #070385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070385 is #F8FC7A. Grayscale: #121212. Windows color (decimal): -16317563 or 8717063. OLE color: 8717063.
HSL color Cylindrical-coordinate representation of color #070385: hue angle of 241.85º 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 #070385 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 3 | 133 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.48 |
| HSL | 241.85º | 0.96% | 0.27% | - |
| HSV(B) | 241.85º | 0.98% | 0.52% | - |
| XYZ | 4.35 | 1.8 | 22.31 | - |
| YUV | 19.02 | 192.33 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 133 | 0.95 | 0.98 | 0 | 0.48 | 241.85 | 0.96 | 0.27 |
| Hex | 7 | 3 | 85 | 5F | 62 | 0 | 30 | F2 | 60 | 1B |
| Octal | 7 | 3 | 205 | 137 | 142 | 0 | 60 | 362 | 140 | 33 |
| Binary | 111 | 11 | 10000101 | 1011111 | 1100010 | 0 | 110000 | 11110010 | 1100000 | 11011 |
Color Harmonies of #070385
Complementary color
Monochromatic Colors of #070385
Black with #070385
Text Example
Text Example
White with #070385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070385; }
p { color: rgb(7,3,133); }
H1.HeaderClassName
{
color: #070385;
}
.AnyTagClassName
{
color: #070385;
}
</style>
background-color css
<style>
a { background-color: #070385; }
a { background-color: rgb(7,3,133); }
div.DivClassName
{
background-color: #070385;
}
.BgClassName
{
background-color: #070385;
}
</style>
border-color css
<style>
span { border-color: #070385; }
span { border-color: rgb(7,3,133); }
td.TdClassName
{
border-color: #070385;
}
.TagClassName
{
border-color: #070385;
}
</style>