Shades of Navy #06007D
Tints of Navy #06007D
RGB
CMYK
RGB Variations
Color information
#06007D (or 0x06007D) is known color: Navy. HEX triplet: 06, 00 and 7D. RGB value is (6,0,125). Sum of RGB (Red+Green+Blue) = 6+0+125=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 125 (49.22% from 255 or 95.42% from 131); Max value from RGB is 125 - color contains mainly: blue. Hex color #06007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06007D is #F9FF82. Grayscale: #0F0F0F. Windows color (decimal): -16383875 or 8192006. OLE color: 8192006.
HSL color Cylindrical-coordinate representation of color #06007D: hue angle of 242.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06007D is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 0 | 125 | - |
| CMYK | 0.95 | 1 | 0 | 0.51 |
| HSL | 242.88º | 1% | 0.25% | - |
| HSV(B) | 242.88º | 1% | 0.49% | - |
| XYZ | 3.78 | 1.52 | 19.5 | - |
| YUV | 16.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 125 | 0.95 | 1 | 0 | 0.51 | 242.88 | 1 | 0.25 |
| Hex | 6 | 0 | 7D | 5F | 64 | 0 | 33 | F3 | 64 | 19 |
| Octal | 6 | 0 | 175 | 137 | 144 | 0 | 63 | 363 | 144 | 31 |
| Binary | 110 | 0 | 1111101 | 1011111 | 1100100 | 0 | 110011 | 11110011 | 1100100 | 11001 |
Color Harmonies of #06007D
Complementary color
Monochromatic Colors of #06007D
Black with #06007D
Text Example
Text Example
White with #06007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06007D; }
p { color: rgb(6,0,125); }
H1.HeaderClassName
{
color: #06007D;
}
.AnyTagClassName
{
color: #06007D;
}
</style>
background-color css
<style>
a { background-color: #06007D; }
a { background-color: rgb(6,0,125); }
div.DivClassName
{
background-color: #06007D;
}
.BgClassName
{
background-color: #06007D;
}
</style>
border-color css
<style>
span { border-color: #06007D; }
span { border-color: rgb(6,0,125); }
td.TdClassName
{
border-color: #06007D;
}
.TagClassName
{
border-color: #06007D;
}
</style>