Shades of Dark Blue #000788
Tints of Dark Blue #000788
RGB
CMYK
RGB Variations
Color information
#000788 (or 0x000788) is known color: Dark Blue. HEX triplet: 00, 07 and 88. RGB value is (0,7,136). Sum of RGB (Red+Green+Blue) = 0+7+136=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 136 (53.52% from 255 or 95.10% from 143); Max value from RGB is 136 - color contains mainly: blue. Hex color #000788 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000788 is #FFF877. Grayscale: #131313. Windows color (decimal): -16775288 or 8914688. OLE color: 8914688.
HSL color Cylindrical-coordinate representation of color #000788: hue angle of 236.91º 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 #000788 is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 7 | 136 | - |
| CMYK | 1 | 0.95 | 0 | 0.47 |
| HSL | 236.91º | 1% | 0.27% | - |
| HSV(B) | 236.91º | 1% | 0.53% | - |
| XYZ | 4.52 | 1.93 | 23.43 | - |
| YUV | 19.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 136 | 1 | 0.95 | 0 | 0.47 | 236.91 | 1 | 0.27 |
| Hex | 0 | 7 | 88 | 64 | 5F | 0 | 2F | ED | 64 | 1B |
| Octal | 0 | 7 | 210 | 144 | 137 | 0 | 57 | 355 | 144 | 33 |
| Binary | 0 | 111 | 10001000 | 1100100 | 1011111 | 0 | 101111 | 11101101 | 1100100 | 11011 |
Color Harmonies of #000788
Complementary color
Monochromatic Colors of #000788
Black with #000788
Text Example
Text Example
White with #000788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000788; }
p { color: rgb(0,7,136); }
H1.HeaderClassName
{
color: #000788;
}
.AnyTagClassName
{
color: #000788;
}
</style>
background-color css
<style>
a { background-color: #000788; }
a { background-color: rgb(0,7,136); }
div.DivClassName
{
background-color: #000788;
}
.BgClassName
{
background-color: #000788;
}
</style>
border-color css
<style>
span { border-color: #000788; }
span { border-color: rgb(0,7,136); }
td.TdClassName
{
border-color: #000788;
}
.TagClassName
{
border-color: #000788;
}
</style>