Shades of Dark Blue #08028E
Tints of Dark Blue #08028E
RGB
CMYK
RGB Variations
Color information
#08028E (or 0x08028E) is known color: Dark Blue. HEX triplet: 08, 02 and 8E. RGB value is (8,2,142). Sum of RGB (Red+Green+Blue) = 8+2+142=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 142 (55.86% from 255 or 93.42% from 152); Max value from RGB is 142 - color contains mainly: blue. Hex color #08028E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08028E is #F7FD71. Grayscale: #131313. Windows color (decimal): -16252274 or 9306632. OLE color: 9306632.
HSL color Cylindrical-coordinate representation of color #08028E: hue angle of 242.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08028E is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 2 | 142 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.44 |
| HSL | 242.57º | 0.97% | 0.28% | - |
| HSV(B) | 242.57º | 0.99% | 0.56% | - |
| XYZ | 5 | 2.05 | 25.72 | - |
| YUV | 19.75 | 196.99 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 142 | 0.94 | 0.99 | 0 | 0.44 | 242.57 | 0.97 | 0.28 |
| Hex | 8 | 2 | 8E | 5E | 63 | 0 | 2C | F3 | 61 | 1C |
| Octal | 10 | 2 | 216 | 136 | 143 | 0 | 54 | 363 | 141 | 34 |
| Binary | 1000 | 10 | 10001110 | 1011110 | 1100011 | 0 | 101100 | 11110011 | 1100001 | 11100 |
Color Harmonies of #08028E
Complementary color
Monochromatic Colors of #08028E
Black with #08028E
Text Example
Text Example
White with #08028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08028E; }
p { color: rgb(8,2,142); }
H1.HeaderClassName
{
color: #08028E;
}
.AnyTagClassName
{
color: #08028E;
}
</style>
background-color css
<style>
a { background-color: #08028E; }
a { background-color: rgb(8,2,142); }
div.DivClassName
{
background-color: #08028E;
}
.BgClassName
{
background-color: #08028E;
}
</style>
border-color css
<style>
span { border-color: #08028E; }
span { border-color: rgb(8,2,142); }
td.TdClassName
{
border-color: #08028E;
}
.TagClassName
{
border-color: #08028E;
}
</style>