Shades of Navy #070367
Tints of Navy #070367
RGB
CMYK
RGB Variations
Color information
#070367 (or 0x070367) is known color: Navy. HEX triplet: 07, 03 and 67. RGB value is (7,3,103). Sum of RGB (Red+Green+Blue) = 7+3+103=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 103 (40.62% from 255 or 91.15% from 113); Max value from RGB is 103 - color contains mainly: blue. Hex color #070367 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070367 is #F8FC98. Grayscale: #0F0F0F. Windows color (decimal): -16317593 or 6750983. OLE color: 6750983.
HSL color Cylindrical-coordinate representation of color #070367: hue angle of 242.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070367 is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 3 | 103 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.60 |
| HSL | 242.4º | 0.94% | 0.21% | - |
| HSV(B) | 242.4º | 0.97% | 0.4% | - |
| XYZ | 2.57 | 1.09 | 12.91 | - |
| YUV | 15.6 | 177.33 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 3 | 103 | 0.93 | 0.97 | 0 | 0.60 | 242.4 | 0.94 | 0.21 |
| Hex | 7 | 3 | 67 | 5D | 61 | 0 | 3C | F2 | 5E | 15 |
| Octal | 7 | 3 | 147 | 135 | 141 | 0 | 74 | 362 | 136 | 25 |
| Binary | 111 | 11 | 1100111 | 1011101 | 1100001 | 0 | 111100 | 11110010 | 1011110 | 10101 |
Color Harmonies of #070367
Complementary color
Monochromatic Colors of #070367
Black with #070367
Text Example
Text Example
White with #070367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070367; }
p { color: rgb(7,3,103); }
H1.HeaderClassName
{
color: #070367;
}
.AnyTagClassName
{
color: #070367;
}
</style>
background-color css
<style>
a { background-color: #070367; }
a { background-color: rgb(7,3,103); }
div.DivClassName
{
background-color: #070367;
}
.BgClassName
{
background-color: #070367;
}
</style>
border-color css
<style>
span { border-color: #070367; }
span { border-color: rgb(7,3,103); }
td.TdClassName
{
border-color: #070367;
}
.TagClassName
{
border-color: #070367;
}
</style>