Shades of Dark Blue #000888
Tints of Dark Blue #000888
RGB
CMYK
RGB Variations
Color information
#000888 (or 0x000888) is known color: Dark Blue. HEX triplet: 00, 08 and 88. RGB value is (0,8,136). Sum of RGB (Red+Green+Blue) = 0+8+136=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 136 (53.52% from 255 or 94.44% from 144); Max value from RGB is 136 - color contains mainly: blue. Hex color #000888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000888 is #FFF777. Grayscale: #131313. Windows color (decimal): -16775032 or 8914944. OLE color: 8914944.
HSL color Cylindrical-coordinate representation of color #000888: hue angle of 236.47º 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 #000888 is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 8 | 136 | - |
| CMYK | 1 | 0.94 | 0 | 0.47 |
| HSL | 236.47º | 1% | 0.27% | - |
| HSV(B) | 236.47º | 1% | 0.53% | - |
| XYZ | 4.53 | 1.95 | 23.43 | - |
| YUV | 20.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 136 | 1 | 0.94 | 0 | 0.47 | 236.47 | 1 | 0.27 |
| Hex | 0 | 8 | 88 | 64 | 5E | 0 | 2F | EC | 64 | 1B |
| Octal | 0 | 10 | 210 | 144 | 136 | 0 | 57 | 354 | 144 | 33 |
| Binary | 0 | 1000 | 10001000 | 1100100 | 1011110 | 0 | 101111 | 11101100 | 1100100 | 11011 |
Color Harmonies of #000888
Complementary color
Monochromatic Colors of #000888
Black with #000888
Text Example
Text Example
White with #000888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000888; }
p { color: rgb(0,8,136); }
H1.HeaderClassName
{
color: #000888;
}
.AnyTagClassName
{
color: #000888;
}
</style>
background-color css
<style>
a { background-color: #000888; }
a { background-color: rgb(0,8,136); }
div.DivClassName
{
background-color: #000888;
}
.BgClassName
{
background-color: #000888;
}
</style>
border-color css
<style>
span { border-color: #000888; }
span { border-color: rgb(0,8,136); }
td.TdClassName
{
border-color: #000888;
}
.TagClassName
{
border-color: #000888;
}
</style>