Shades of Dark Blue #08088A
Tints of Dark Blue #08088A
RGB
CMYK
RGB Variations
Color information
#08088A (or 0x08088A) is known color: Dark Blue. HEX triplet: 08, 08 and 8A. RGB value is (8,8,138). Sum of RGB (Red+Green+Blue) = 8+8+138=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 138 (54.30% from 255 or 89.61% from 154); Max value from RGB is 138 - color contains mainly: blue. Hex color #08088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08088A is #F7F775. Grayscale: #161616. Windows color (decimal): -16250742 or 9046024. OLE color: 9046024.
HSL color Cylindrical-coordinate representation of color #08088A: hue angle of 240º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08088A is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 8 | 138 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.46 |
| HSL | 240º | 0.89% | 0.29% | - |
| HSV(B) | 240º | 0.94% | 0.54% | - |
| XYZ | 4.77 | 2.06 | 24.19 | - |
| YUV | 22.82 | 193 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 8 | 138 | 0.94 | 0.94 | 0 | 0.46 | 240 | 0.89 | 0.29 |
| Hex | 8 | 8 | 8A | 5E | 5E | 0 | 2E | F0 | 59 | 1D |
| Octal | 10 | 10 | 212 | 136 | 136 | 0 | 56 | 360 | 131 | 35 |
| Binary | 1000 | 1000 | 10001010 | 1011110 | 1011110 | 0 | 101110 | 11110000 | 1011001 | 11101 |
Color Harmonies of #08088A
Complementary color
Monochromatic Colors of #08088A
Black with #08088A
Text Example
Text Example
White with #08088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08088A; }
p { color: rgb(8,8,138); }
H1.HeaderClassName
{
color: #08088A;
}
.AnyTagClassName
{
color: #08088A;
}
</style>
background-color css
<style>
a { background-color: #08088A; }
a { background-color: rgb(8,8,138); }
div.DivClassName
{
background-color: #08088A;
}
.BgClassName
{
background-color: #08088A;
}
</style>
border-color css
<style>
span { border-color: #08088A; }
span { border-color: rgb(8,8,138); }
td.TdClassName
{
border-color: #08088A;
}
.TagClassName
{
border-color: #08088A;
}
</style>