Shades of Dark Blue #00078E
Tints of Dark Blue #00078E
RGB
CMYK
RGB Variations
Color information
#00078E (or 0x00078E) is known color: Dark Blue. HEX triplet: 00, 07 and 8E. RGB value is (0,7,142). Sum of RGB (Red+Green+Blue) = 0+7+142=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 142 (55.86% from 255 or 95.30% from 149); Max value from RGB is 142 - color contains mainly: blue. Hex color #00078E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00078E is #FFF871. Grayscale: #131313. Windows color (decimal): -16775282 or 9307904. OLE color: 9307904.
HSL color Cylindrical-coordinate representation of color #00078E: hue angle of 237.04º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00078E is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 7 | 142 | - |
| CMYK | 1 | 0.95 | 0 | 0.44 |
| HSL | 237.04º | 1% | 0.28% | - |
| HSV(B) | 237.04º | 1% | 0.56% | - |
| XYZ | 4.96 | 2.1 | 25.74 | - |
| YUV | 20.3 | 196.68 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 142 | 1 | 0.95 | 0 | 0.44 | 237.04 | 1 | 0.28 |
| Hex | 0 | 7 | 8E | 64 | 5F | 0 | 2C | ED | 64 | 1C |
| Octal | 0 | 7 | 216 | 144 | 137 | 0 | 54 | 355 | 144 | 34 |
| Binary | 0 | 111 | 10001110 | 1100100 | 1011111 | 0 | 101100 | 11101101 | 1100100 | 11100 |
Color Harmonies of #00078E
Complementary color
Monochromatic Colors of #00078E
Black with #00078E
Text Example
Text Example
White with #00078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00078E; }
p { color: rgb(0,7,142); }
H1.HeaderClassName
{
color: #00078E;
}
.AnyTagClassName
{
color: #00078E;
}
</style>
background-color css
<style>
a { background-color: #00078E; }
a { background-color: rgb(0,7,142); }
div.DivClassName
{
background-color: #00078E;
}
.BgClassName
{
background-color: #00078E;
}
</style>
border-color css
<style>
span { border-color: #00078E; }
span { border-color: rgb(0,7,142); }
td.TdClassName
{
border-color: #00078E;
}
.TagClassName
{
border-color: #00078E;
}
</style>