Shades of Navy #000678
Tints of Navy #000678
RGB
CMYK
RGB Variations
Color information
#000678 (or 0x000678) is known color: Navy. HEX triplet: 00, 06 and 78. RGB value is (0,6,120). Sum of RGB (Red+Green+Blue) = 0+6+120=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 6 (2.73% from 255 or 4.76% 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 #000678 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000678 is #FFF987. Grayscale: #101010. Windows color (decimal): -16775560 or 7865856. OLE color: 7865856.
HSL color Cylindrical-coordinate representation of color #000678: hue angle of 237º 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 #000678 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 6 | 120 | - |
| CMYK | 1 | 0.95 | 0 | 0.53 |
| HSL | 237º | 1% | 0.24% | - |
| HSV(B) | 237º | 1% | 0.47% | - |
| XYZ | 3.46 | 1.49 | 17.87 | - |
| YUV | 17.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 120 | 1 | 0.95 | 0 | 0.53 | 237 | 1 | 0.24 |
| Hex | 0 | 6 | 78 | 64 | 5F | 0 | 35 | ED | 64 | 18 |
| Octal | 0 | 6 | 170 | 144 | 137 | 0 | 65 | 355 | 144 | 30 |
| Binary | 0 | 110 | 1111000 | 1100100 | 1011111 | 0 | 110101 | 11101101 | 1100100 | 11000 |
Color Harmonies of #000678
Complementary color
Monochromatic Colors of #000678
Black with #000678
Text Example
Text Example
White with #000678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000678; }
p { color: rgb(0,6,120); }
H1.HeaderClassName
{
color: #000678;
}
.AnyTagClassName
{
color: #000678;
}
</style>
background-color css
<style>
a { background-color: #000678; }
a { background-color: rgb(0,6,120); }
div.DivClassName
{
background-color: #000678;
}
.BgClassName
{
background-color: #000678;
}
</style>
border-color css
<style>
span { border-color: #000678; }
span { border-color: rgb(0,6,120); }
td.TdClassName
{
border-color: #000678;
}
.TagClassName
{
border-color: #000678;
}
</style>