Shades of Navy #000670
Tints of Navy #000670
RGB
CMYK
RGB Variations
Color information
#000670 (or 0x000670) is known color: Navy. HEX triplet: 00, 06 and 70. RGB value is (0,6,112). Sum of RGB (Red+Green+Blue) = 0+6+112=118 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 112 (44.14% from 255 or 94.92% from 118); Max value from RGB is 112 - color contains mainly: blue. Hex color #000670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000670 is #FFF98F. Grayscale: #0F0F0F. Windows color (decimal): -16775568 or 7341568. OLE color: 7341568.
HSL color Cylindrical-coordinate representation of color #000670: hue angle of 236.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000670 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 6 | 112 | - |
| CMYK | 1 | 0.95 | 0 | 0.56 |
| HSL | 236.79º | 1% | 0.22% | - |
| HSV(B) | 236.79º | 1% | 0.44% | - |
| XYZ | 2.99 | 1.3 | 15.42 | - |
| YUV | 16.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 112 | 1 | 0.95 | 0 | 0.56 | 236.79 | 1 | 0.22 |
| Hex | 0 | 6 | 70 | 64 | 5F | 0 | 38 | ED | 64 | 16 |
| Octal | 0 | 6 | 160 | 144 | 137 | 0 | 70 | 355 | 144 | 26 |
| Binary | 0 | 110 | 1110000 | 1100100 | 1011111 | 0 | 111000 | 11101101 | 1100100 | 10110 |
Color Harmonies of #000670
Complementary color
Monochromatic Colors of #000670
Black with #000670
Text Example
Text Example
White with #000670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000670; }
p { color: rgb(0,6,112); }
H1.HeaderClassName
{
color: #000670;
}
.AnyTagClassName
{
color: #000670;
}
</style>
background-color css
<style>
a { background-color: #000670; }
a { background-color: rgb(0,6,112); }
div.DivClassName
{
background-color: #000670;
}
.BgClassName
{
background-color: #000670;
}
</style>
border-color css
<style>
span { border-color: #000670; }
span { border-color: rgb(0,6,112); }
td.TdClassName
{
border-color: #000670;
}
.TagClassName
{
border-color: #000670;
}
</style>