Shades of Navy #060078
Tints of Navy #060078
RGB
CMYK
RGB Variations
Color information
#060078 (or 0x060078) is known color: Navy. HEX triplet: 06, 00 and 78. RGB value is (6,0,120). Sum of RGB (Red+Green+Blue) = 6+0+120=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 120 (47.27% from 255 or 95.24% from 126); Max value from RGB is 120 - color contains mainly: blue. Hex color #060078 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060078 is #F9FF87. Grayscale: #0F0F0F. Windows color (decimal): -16383880 or 7864326. OLE color: 7864326.
HSL color Cylindrical-coordinate representation of color #060078: hue angle of 243º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #060078 is Cyan = 0.95, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 0 | 120 | - |
| CMYK | 0.95 | 1 | 0 | 0.53 |
| HSL | 243º | 1% | 0.24% | - |
| HSV(B) | 243º | 1% | 0.47% | - |
| XYZ | 3.47 | 1.39 | 17.86 | - |
| YUV | 15.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 0 | 120 | 0.95 | 1 | 0 | 0.53 | 243 | 1 | 0.24 |
| Hex | 6 | 0 | 78 | 5F | 64 | 0 | 35 | F3 | 64 | 18 |
| Octal | 6 | 0 | 170 | 137 | 144 | 0 | 65 | 363 | 144 | 30 |
| Binary | 110 | 0 | 1111000 | 1011111 | 1100100 | 0 | 110101 | 11110011 | 1100100 | 11000 |
Color Harmonies of #060078
Complementary color
Monochromatic Colors of #060078
Black with #060078
Text Example
Text Example
White with #060078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060078; }
p { color: rgb(6,0,120); }
H1.HeaderClassName
{
color: #060078;
}
.AnyTagClassName
{
color: #060078;
}
</style>
background-color css
<style>
a { background-color: #060078; }
a { background-color: rgb(6,0,120); }
div.DivClassName
{
background-color: #060078;
}
.BgClassName
{
background-color: #060078;
}
</style>
border-color css
<style>
span { border-color: #060078; }
span { border-color: rgb(6,0,120); }
td.TdClassName
{
border-color: #060078;
}
.TagClassName
{
border-color: #060078;
}
</style>