Shades of Dark Blue #08048D
Tints of Dark Blue #08048D
RGB
CMYK
RGB Variations
Color information
#08048D (or 0x08048D) is known color: Dark Blue. HEX triplet: 08, 04 and 8D. RGB value is (8,4,141). Sum of RGB (Red+Green+Blue) = 8+4+141=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 141 (55.47% from 255 or 92.16% from 153); Max value from RGB is 141 - color contains mainly: blue. Hex color #08048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08048D is #F7FB72. Grayscale: #141414. Windows color (decimal): -16251763 or 9241608. OLE color: 9241608.
HSL color Cylindrical-coordinate representation of color #08048D: hue angle of 241.75º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08048D is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 4 | 141 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.45 |
| HSL | 241.75º | 0.94% | 0.28% | - |
| HSV(B) | 241.75º | 0.97% | 0.55% | - |
| XYZ | 4.95 | 2.06 | 25.34 | - |
| YUV | 20.81 | 195.83 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 141 | 0.94 | 0.97 | 0 | 0.45 | 241.75 | 0.94 | 0.28 |
| Hex | 8 | 4 | 8D | 5E | 61 | 0 | 2D | F2 | 5E | 1C |
| Octal | 10 | 4 | 215 | 136 | 141 | 0 | 55 | 362 | 136 | 34 |
| Binary | 1000 | 100 | 10001101 | 1011110 | 1100001 | 0 | 101101 | 11110010 | 1011110 | 11100 |
Color Harmonies of #08048D
Complementary color
Monochromatic Colors of #08048D
Black with #08048D
Text Example
Text Example
White with #08048D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08048D; }
p { color: rgb(8,4,141); }
H1.HeaderClassName
{
color: #08048D;
}
.AnyTagClassName
{
color: #08048D;
}
</style>
background-color css
<style>
a { background-color: #08048D; }
a { background-color: rgb(8,4,141); }
div.DivClassName
{
background-color: #08048D;
}
.BgClassName
{
background-color: #08048D;
}
</style>
border-color css
<style>
span { border-color: #08048D; }
span { border-color: rgb(8,4,141); }
td.TdClassName
{
border-color: #08048D;
}
.TagClassName
{
border-color: #08048D;
}
</style>