Shades of Navy #000668
Tints of Navy #000668
RGB
CMYK
RGB Variations
Color information
#000668 (or 0x000668) is known color: Navy. HEX triplet: 00, 06 and 68. RGB value is (0,6,104). Sum of RGB (Red+Green+Blue) = 0+6+104=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 104 (41.02% from 255 or 94.55% from 110); Max value from RGB is 104 - color contains mainly: blue. Hex color #000668 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000668 is #FFF997. Grayscale: #0E0E0E. Windows color (decimal): -16775576 or 6817280. OLE color: 6817280.
HSL color Cylindrical-coordinate representation of color #000668: hue angle of 236.54º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000668 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 6 | 104 | - |
| CMYK | 1 | 0.94 | 0 | 0.59 |
| HSL | 236.54º | 1% | 0.2% | - |
| HSV(B) | 236.54º | 1% | 0.41% | - |
| XYZ | 2.56 | 1.13 | 13.18 | - |
| YUV | 15.38 | 178.01 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 104 | 1 | 0.94 | 0 | 0.59 | 236.54 | 1 | 0.2 |
| Hex | 0 | 6 | 68 | 64 | 5E | 0 | 3B | ED | 64 | 14 |
| Octal | 0 | 6 | 150 | 144 | 136 | 0 | 73 | 355 | 144 | 24 |
| Binary | 0 | 110 | 1101000 | 1100100 | 1011110 | 0 | 111011 | 11101101 | 1100100 | 10100 |
Color Harmonies of #000668
Complementary color
Monochromatic Colors of #000668
Black with #000668
Text Example
Text Example
White with #000668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000668; }
p { color: rgb(0,6,104); }
H1.HeaderClassName
{
color: #000668;
}
.AnyTagClassName
{
color: #000668;
}
</style>
background-color css
<style>
a { background-color: #000668; }
a { background-color: rgb(0,6,104); }
div.DivClassName
{
background-color: #000668;
}
.BgClassName
{
background-color: #000668;
}
</style>
border-color css
<style>
span { border-color: #000668; }
span { border-color: rgb(0,6,104); }
td.TdClassName
{
border-color: #000668;
}
.TagClassName
{
border-color: #000668;
}
</style>