Shades of Dark Blue #08078C
Tints of Dark Blue #08078C
RGB
CMYK
RGB Variations
Color information
#08078C (or 0x08078C) is known color: Dark Blue. HEX triplet: 08, 07 and 8C. RGB value is (8,7,140). Sum of RGB (Red+Green+Blue) = 8+7+140=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 7 (3.12% from 255 or 4.52% from 155); Blue value is 140 (55.08% from 255 or 90.32% from 155); Max value from RGB is 140 - color contains mainly: blue. Hex color #08078C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08078C is #F7F873. Grayscale: #151515. Windows color (decimal): -16250996 or 9176840. OLE color: 9176840.
HSL color Cylindrical-coordinate representation of color #08078C: hue angle of 240.45º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08078C is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 7 | 140 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.45 |
| HSL | 240.45º | 0.9% | 0.29% | - |
| HSV(B) | 240.45º | 0.95% | 0.55% | - |
| XYZ | 4.91 | 2.1 | 24.96 | - |
| YUV | 22.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 7 | 140 | 0.94 | 0.95 | 0 | 0.45 | 240.45 | 0.9 | 0.29 |
| Hex | 8 | 7 | 8C | 5E | 5F | 0 | 2D | F0 | 5A | 1D |
| Octal | 10 | 7 | 214 | 136 | 137 | 0 | 55 | 360 | 132 | 35 |
| Binary | 1000 | 111 | 10001100 | 1011110 | 1011111 | 0 | 101101 | 11110000 | 1011010 | 11101 |
Color Harmonies of #08078C
Complementary color
Monochromatic Colors of #08078C
Black with #08078C
Text Example
Text Example
White with #08078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08078C; }
p { color: rgb(8,7,140); }
H1.HeaderClassName
{
color: #08078C;
}
.AnyTagClassName
{
color: #08078C;
}
</style>
background-color css
<style>
a { background-color: #08078C; }
a { background-color: rgb(8,7,140); }
div.DivClassName
{
background-color: #08078C;
}
.BgClassName
{
background-color: #08078C;
}
</style>
border-color css
<style>
span { border-color: #08078C; }
span { border-color: rgb(8,7,140); }
td.TdClassName
{
border-color: #08078C;
}
.TagClassName
{
border-color: #08078C;
}
</style>