Shades of Dark Blue #08088D
Tints of Dark Blue #08088D
RGB
CMYK
RGB Variations
Color information
#08088D (or 0x08088D) is known color: Dark Blue. HEX triplet: 08, 08 and 8D. RGB value is (8,8,141). Sum of RGB (Red+Green+Blue) = 8+8+141=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 141 (55.47% from 255 or 89.81% from 157); Max value from RGB is 141 - color contains mainly: blue. Hex color #08088D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08088D is #F7F772. Grayscale: #161616. Windows color (decimal): -16250739 or 9242632. OLE color: 9242632.
HSL color Cylindrical-coordinate representation of color #08088D: hue angle of 240º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08088D is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 8 | 141 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.45 |
| HSL | 240º | 0.89% | 0.29% | - |
| HSV(B) | 240º | 0.94% | 0.55% | - |
| XYZ | 4.99 | 2.15 | 25.35 | - |
| YUV | 23.16 | 194.5 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 141 | 0.94 | 0.94 | 0 | 0.45 | 240 | 0.89 | 0.29 |
| Hex | 8 | 8 | 8D | 5E | 5E | 0 | 2D | F0 | 59 | 1D |
| Octal | 10 | 10 | 215 | 136 | 136 | 0 | 55 | 360 | 131 | 35 |
| Binary | 1000 | 1000 | 10001101 | 1011110 | 1011110 | 0 | 101101 | 11110000 | 1011001 | 11101 |
Color Harmonies of #08088D
Complementary color
Monochromatic Colors of #08088D
Black with #08088D
Text Example
Text Example
White with #08088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08088D; }
p { color: rgb(8,8,141); }
H1.HeaderClassName
{
color: #08088D;
}
.AnyTagClassName
{
color: #08088D;
}
</style>
background-color css
<style>
a { background-color: #08088D; }
a { background-color: rgb(8,8,141); }
div.DivClassName
{
background-color: #08088D;
}
.BgClassName
{
background-color: #08088D;
}
</style>
border-color css
<style>
span { border-color: #08088D; }
span { border-color: rgb(8,8,141); }
td.TdClassName
{
border-color: #08088D;
}
.TagClassName
{
border-color: #08088D;
}
</style>