Shades of Navy #06007A
Tints of Navy #06007A
RGB
CMYK
RGB Variations
Color information
#06007A (or 0x06007A) is known color: Navy. HEX triplet: 06, 00 and 7A. RGB value is (6,0,122). Sum of RGB (Red+Green+Blue) = 6+0+122=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 122 (48.05% from 255 or 95.31% from 128); Max value from RGB is 122 - color contains mainly: blue. Hex color #06007A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06007A is #F9FF85. Grayscale: #0F0F0F. Windows color (decimal): -16383878 or 7995398. OLE color: 7995398.
HSL color Cylindrical-coordinate representation of color #06007A: hue angle of 242.95º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06007A is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 0 | 122 | - |
| CMYK | 0.95 | 1 | 0 | 0.52 |
| HSL | 242.95º | 1% | 0.24% | - |
| HSV(B) | 242.95º | 1% | 0.48% | - |
| XYZ | 3.59 | 1.44 | 18.5 | - |
| YUV | 15.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 122 | 0.95 | 1 | 0 | 0.52 | 242.95 | 1 | 0.24 |
| Hex | 6 | 0 | 7A | 5F | 64 | 0 | 34 | F3 | 64 | 18 |
| Octal | 6 | 0 | 172 | 137 | 144 | 0 | 64 | 363 | 144 | 30 |
| Binary | 110 | 0 | 1111010 | 1011111 | 1100100 | 0 | 110100 | 11110011 | 1100100 | 11000 |
Color Harmonies of #06007A
Complementary color
Monochromatic Colors of #06007A
Black with #06007A
Text Example
Text Example
White with #06007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06007A; }
p { color: rgb(6,0,122); }
H1.HeaderClassName
{
color: #06007A;
}
.AnyTagClassName
{
color: #06007A;
}
</style>
background-color css
<style>
a { background-color: #06007A; }
a { background-color: rgb(6,0,122); }
div.DivClassName
{
background-color: #06007A;
}
.BgClassName
{
background-color: #06007A;
}
</style>
border-color css
<style>
span { border-color: #06007A; }
span { border-color: rgb(6,0,122); }
td.TdClassName
{
border-color: #06007A;
}
.TagClassName
{
border-color: #06007A;
}
</style>