Shades of Dark Blue #08008A
Tints of Dark Blue #08008A
RGB
CMYK
RGB Variations
Color information
#08008A (or 0x08008A) is known color: Dark Blue. HEX triplet: 08, 00 and 8A. RGB value is (8,0,138). Sum of RGB (Red+Green+Blue) = 8+0+138=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 138 (54.30% from 255 or 94.52% from 146); Max value from RGB is 138 - color contains mainly: blue. Hex color #08008A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08008A is #F7FF75. Grayscale: #111111. Windows color (decimal): -16252790 or 9043976. OLE color: 9043976.
HSL color Cylindrical-coordinate representation of color #08008A: hue angle of 243.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08008A is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 0 | 138 | - |
| CMYK | 0.94 | 1 | 0 | 0.46 |
| HSL | 243.48º | 1% | 0.27% | - |
| HSV(B) | 243.48º | 1% | 0.54% | - |
| XYZ | 4.69 | 1.89 | 24.16 | - |
| YUV | 18.12 | 195.65 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 138 | 0.94 | 1 | 0 | 0.46 | 243.48 | 1 | 0.27 |
| Hex | 8 | 0 | 8A | 5E | 64 | 0 | 2E | F3 | 64 | 1B |
| Octal | 10 | 0 | 212 | 136 | 144 | 0 | 56 | 363 | 144 | 33 |
| Binary | 1000 | 0 | 10001010 | 1011110 | 1100100 | 0 | 101110 | 11110011 | 1100100 | 11011 |
Color Harmonies of #08008A
Complementary color
Monochromatic Colors of #08008A
Black with #08008A
Text Example
Text Example
White with #08008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08008A; }
p { color: rgb(8,0,138); }
H1.HeaderClassName
{
color: #08008A;
}
.AnyTagClassName
{
color: #08008A;
}
</style>
background-color css
<style>
a { background-color: #08008A; }
a { background-color: rgb(8,0,138); }
div.DivClassName
{
background-color: #08008A;
}
.BgClassName
{
background-color: #08008A;
}
</style>
border-color css
<style>
span { border-color: #08008A; }
span { border-color: rgb(8,0,138); }
td.TdClassName
{
border-color: #08008A;
}
.TagClassName
{
border-color: #08008A;
}
</style>