Shades of Dark Blue #000088
Tints of Dark Blue #000088
RGB
CMYK
RGB Variations
Color information
#000088 (or 0x000088) is known color: Dark Blue. HEX triplet: 00, 00 and 88. RGB value is (0,0,136). Sum of RGB (Red+Green+Blue) = 0+0+136=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 136 (53.52% from 255 or 100% from 136); Max value from RGB is 136 - color contains mainly: blue. Hex color #000088 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000088 is #FFFF77. Grayscale: #0E0E0E. Windows color (decimal): -16777080 or 8912896. OLE color: 8912896.
HSL color Cylindrical-coordinate representation of color #000088: hue angle of 240º 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 #000088 is Cyan = 1, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 0 | 136 | - |
| CMYK | 1 | 1 | 0 | 0.47 |
| HSL | 240º | 1% | 0.27% | - |
| HSV(B) | 240º | 1% | 0.53% | - |
| XYZ | 4.44 | 1.78 | 23.4 | - |
| YUV | 15.5 | 196 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 0 | 136 | 1 | 1 | 0 | 0.47 | 240 | 1 | 0.27 |
| Hex | 0 | 0 | 88 | 64 | 64 | 0 | 2F | F0 | 64 | 1B |
| Octal | 0 | 0 | 210 | 144 | 144 | 0 | 57 | 360 | 144 | 33 |
| Binary | 0 | 0 | 10001000 | 1100100 | 1100100 | 0 | 101111 | 11110000 | 1100100 | 11011 |
Color Harmonies of #000088
Complementary color
Monochromatic Colors of #000088
Black with #000088
Text Example
Text Example
White with #000088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000088; }
p { color: rgb(0,0,136); }
H1.HeaderClassName
{
color: #000088;
}
.AnyTagClassName
{
color: #000088;
}
</style>
background-color css
<style>
a { background-color: #000088; }
a { background-color: rgb(0,0,136); }
div.DivClassName
{
background-color: #000088;
}
.BgClassName
{
background-color: #000088;
}
</style>
border-color css
<style>
span { border-color: #000088; }
span { border-color: rgb(0,0,136); }
td.TdClassName
{
border-color: #000088;
}
.TagClassName
{
border-color: #000088;
}
</style>