Shades of Navy #070281
Tints of Navy #070281
RGB
CMYK
RGB Variations
Color information
#070281 (or 0x070281) is known color: Navy. HEX triplet: 07, 02 and 81. RGB value is (7,2,129). Sum of RGB (Red+Green+Blue) = 7+2+129=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 129 (50.78% from 255 or 93.48% from 138); Max value from RGB is 129 - color contains mainly: blue. Hex color #070281 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070281 is #F8FD7E. Grayscale: #111111. Windows color (decimal): -16317823 or 8454663. OLE color: 8454663.
HSL color Cylindrical-coordinate representation of color #070281: hue angle of 242.36º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070281 is Cyan = 0.95, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 2 | 129 | - |
| CMYK | 0.95 | 0.98 | 0 | 0.49 |
| HSL | 242.36º | 0.97% | 0.26% | - |
| HSV(B) | 242.36º | 0.98% | 0.51% | - |
| XYZ | 4.07 | 1.67 | 20.88 | - |
| YUV | 17.97 | 190.66 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 129 | 0.95 | 0.98 | 0 | 0.49 | 242.36 | 0.97 | 0.26 |
| Hex | 7 | 2 | 81 | 5F | 62 | 0 | 31 | F2 | 61 | 1A |
| Octal | 7 | 2 | 201 | 137 | 142 | 0 | 61 | 362 | 141 | 32 |
| Binary | 111 | 10 | 10000001 | 1011111 | 1100010 | 0 | 110001 | 11110010 | 1100001 | 11010 |
Color Harmonies of #070281
Complementary color
Monochromatic Colors of #070281
Black with #070281
Text Example
Text Example
White with #070281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070281; }
p { color: rgb(7,2,129); }
H1.HeaderClassName
{
color: #070281;
}
.AnyTagClassName
{
color: #070281;
}
</style>
background-color css
<style>
a { background-color: #070281; }
a { background-color: rgb(7,2,129); }
div.DivClassName
{
background-color: #070281;
}
.BgClassName
{
background-color: #070281;
}
</style>
border-color css
<style>
span { border-color: #070281; }
span { border-color: rgb(7,2,129); }
td.TdClassName
{
border-color: #070281;
}
.TagClassName
{
border-color: #070281;
}
</style>