Shades of Navy #06007C
Tints of Navy #06007C
RGB
CMYK
RGB Variations
Color information
#06007C (or 0x06007C) is known color: Navy. HEX triplet: 06, 00 and 7C. RGB value is (6,0,124). Sum of RGB (Red+Green+Blue) = 6+0+124=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 124 (48.83% from 255 or 95.38% from 130); Max value from RGB is 124 - color contains mainly: blue. Hex color #06007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06007C is #F9FF83. Grayscale: #0F0F0F. Windows color (decimal): -16383876 or 8126470. OLE color: 8126470.
HSL color Cylindrical-coordinate representation of color #06007C: hue angle of 242.9º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #06007C is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 0 | 124 | - |
| CMYK | 0.95 | 1 | 0 | 0.51 |
| HSL | 242.9º | 1% | 0.24% | - |
| HSV(B) | 242.9º | 1% | 0.49% | - |
| XYZ | 3.71 | 1.49 | 19.16 | - |
| YUV | 15.93 | 188.99 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 124 | 0.95 | 1 | 0 | 0.51 | 242.9 | 1 | 0.24 |
| Hex | 6 | 0 | 7C | 5F | 64 | 0 | 33 | F3 | 64 | 18 |
| Octal | 6 | 0 | 174 | 137 | 144 | 0 | 63 | 363 | 144 | 30 |
| Binary | 110 | 0 | 1111100 | 1011111 | 1100100 | 0 | 110011 | 11110011 | 1100100 | 11000 |
Color Harmonies of #06007C
Complementary color
Monochromatic Colors of #06007C
Black with #06007C
Text Example
Text Example
White with #06007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06007C; }
p { color: rgb(6,0,124); }
H1.HeaderClassName
{
color: #06007C;
}
.AnyTagClassName
{
color: #06007C;
}
</style>
background-color css
<style>
a { background-color: #06007C; }
a { background-color: rgb(6,0,124); }
div.DivClassName
{
background-color: #06007C;
}
.BgClassName
{
background-color: #06007C;
}
</style>
border-color css
<style>
span { border-color: #06007C; }
span { border-color: rgb(6,0,124); }
td.TdClassName
{
border-color: #06007C;
}
.TagClassName
{
border-color: #06007C;
}
</style>