Shades of Dark Blue #00078B
Tints of Dark Blue #00078B
RGB
CMYK
RGB Variations
Color information
#00078B (or 0x00078B) is known color: Dark Blue. HEX triplet: 00, 07 and 8B. RGB value is (0,7,139). Sum of RGB (Red+Green+Blue) = 0+7+139=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 139 (54.69% from 255 or 95.21% from 146); Max value from RGB is 139 - color contains mainly: blue. Hex color #00078B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00078B is #FFF874. Grayscale: #131313. Windows color (decimal): -16775285 or 9111296. OLE color: 9111296.
HSL color Cylindrical-coordinate representation of color #00078B: hue angle of 236.98º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00078B is Cyan = 1, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 7 | 139 | - |
| CMYK | 1 | 0.95 | 0 | 0.45 |
| HSL | 236.98º | 1% | 0.27% | - |
| HSV(B) | 236.98º | 1% | 0.55% | - |
| XYZ | 4.74 | 2.02 | 24.57 | - |
| YUV | 19.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 139 | 1 | 0.95 | 0 | 0.45 | 236.98 | 1 | 0.27 |
| Hex | 0 | 7 | 8B | 64 | 5F | 0 | 2D | ED | 64 | 1B |
| Octal | 0 | 7 | 213 | 144 | 137 | 0 | 55 | 355 | 144 | 33 |
| Binary | 0 | 111 | 10001011 | 1100100 | 1011111 | 0 | 101101 | 11101101 | 1100100 | 11011 |
Color Harmonies of #00078B
Complementary color
Monochromatic Colors of #00078B
Black with #00078B
Text Example
Text Example
White with #00078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00078B; }
p { color: rgb(0,7,139); }
H1.HeaderClassName
{
color: #00078B;
}
.AnyTagClassName
{
color: #00078B;
}
</style>
background-color css
<style>
a { background-color: #00078B; }
a { background-color: rgb(0,7,139); }
div.DivClassName
{
background-color: #00078B;
}
.BgClassName
{
background-color: #00078B;
}
</style>
border-color css
<style>
span { border-color: #00078B; }
span { border-color: rgb(0,7,139); }
td.TdClassName
{
border-color: #00078B;
}
.TagClassName
{
border-color: #00078B;
}
</style>