Shades of Dark Blue #08098B
Tints of Dark Blue #08098B
RGB
CMYK
RGB Variations
Color information
#08098B (or 0x08098B) is known color: Dark Blue. HEX triplet: 08, 09 and 8B. RGB value is (8,9,139). Sum of RGB (Red+Green+Blue) = 8+9+139=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 139 (54.69% from 255 or 89.10% from 156); Max value from RGB is 139 - color contains mainly: blue. Hex color #08098B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08098B is #F7F674. Grayscale: #171717. Windows color (decimal): -16250485 or 9111816. OLE color: 9111816.
HSL color Cylindrical-coordinate representation of color #08098B: hue angle of 239.54º 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 #08098B is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 9 | 139 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.45 |
| HSL | 239.54º | 0.89% | 0.29% | - |
| HSV(B) | 239.54º | 0.94% | 0.55% | - |
| XYZ | 4.86 | 2.11 | 24.58 | - |
| YUV | 23.52 | 193.17 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 9 | 139 | 0.94 | 0.94 | 0 | 0.45 | 239.54 | 0.89 | 0.29 |
| Hex | 8 | 9 | 8B | 5E | 5E | 0 | 2D | F0 | 59 | 1D |
| Octal | 10 | 11 | 213 | 136 | 136 | 0 | 55 | 360 | 131 | 35 |
| Binary | 1000 | 1001 | 10001011 | 1011110 | 1011110 | 0 | 101101 | 11110000 | 1011001 | 11101 |
Color Harmonies of #08098B
Complementary color
Monochromatic Colors of #08098B
Black with #08098B
Text Example
Text Example
White with #08098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08098B; }
p { color: rgb(8,9,139); }
H1.HeaderClassName
{
color: #08098B;
}
.AnyTagClassName
{
color: #08098B;
}
</style>
background-color css
<style>
a { background-color: #08098B; }
a { background-color: rgb(8,9,139); }
div.DivClassName
{
background-color: #08098B;
}
.BgClassName
{
background-color: #08098B;
}
</style>
border-color css
<style>
span { border-color: #08098B; }
span { border-color: rgb(8,9,139); }
td.TdClassName
{
border-color: #08098B;
}
.TagClassName
{
border-color: #08098B;
}
</style>