Shades of Dark Blue #000688
Tints of Dark Blue #000688
RGB
CMYK
RGB Variations
Color information
#000688 (or 0x000688) is known color: Dark Blue. HEX triplet: 00, 06 and 88. RGB value is (0,6,136). Sum of RGB (Red+Green+Blue) = 0+6+136=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 136 (53.52% from 255 or 95.77% from 142); Max value from RGB is 136 - color contains mainly: blue. Hex color #000688 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000688 is #FFF977. Grayscale: #121212. Windows color (decimal): -16775544 or 8914432. OLE color: 8914432.
HSL color Cylindrical-coordinate representation of color #000688: hue angle of 237.35º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000688 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 6 | 136 | - |
| CMYK | 1 | 0.96 | 0 | 0.47 |
| HSL | 237.35º | 1% | 0.27% | - |
| HSV(B) | 237.35º | 1% | 0.53% | - |
| XYZ | 4.51 | 1.91 | 23.42 | - |
| YUV | 19.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 136 | 1 | 0.96 | 0 | 0.47 | 237.35 | 1 | 0.27 |
| Hex | 0 | 6 | 88 | 64 | 60 | 0 | 2F | ED | 64 | 1B |
| Octal | 0 | 6 | 210 | 144 | 140 | 0 | 57 | 355 | 144 | 33 |
| Binary | 0 | 110 | 10001000 | 1100100 | 1100000 | 0 | 101111 | 11101101 | 1100100 | 11011 |
Color Harmonies of #000688
Complementary color
Monochromatic Colors of #000688
Black with #000688
Text Example
Text Example
White with #000688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000688; }
p { color: rgb(0,6,136); }
H1.HeaderClassName
{
color: #000688;
}
.AnyTagClassName
{
color: #000688;
}
</style>
background-color css
<style>
a { background-color: #000688; }
a { background-color: rgb(0,6,136); }
div.DivClassName
{
background-color: #000688;
}
.BgClassName
{
background-color: #000688;
}
</style>
border-color css
<style>
span { border-color: #000688; }
span { border-color: rgb(0,6,136); }
td.TdClassName
{
border-color: #000688;
}
.TagClassName
{
border-color: #000688;
}
</style>