Shades of Dark Blue #08028C
Tints of Dark Blue #08028C
RGB
CMYK
RGB Variations
Color information
#08028C (or 0x08028C) is known color: Dark Blue. HEX triplet: 08, 02 and 8C. RGB value is (8,2,140). Sum of RGB (Red+Green+Blue) = 8+2+140=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 140 (55.08% from 255 or 93.33% from 150); Max value from RGB is 140 - color contains mainly: blue. Hex color #08028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08028C is #F7FD73. Grayscale: #121212. Windows color (decimal): -16252276 or 9175560. OLE color: 9175560.
HSL color Cylindrical-coordinate representation of color #08028C: hue angle of 242.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08028C is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 2 | 140 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.45 |
| HSL | 242.61º | 0.97% | 0.28% | - |
| HSV(B) | 242.61º | 0.99% | 0.55% | - |
| XYZ | 4.86 | 1.99 | 24.94 | - |
| YUV | 19.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 140 | 0.94 | 0.99 | 0 | 0.45 | 242.61 | 0.97 | 0.28 |
| Hex | 8 | 2 | 8C | 5E | 63 | 0 | 2D | F3 | 61 | 1C |
| Octal | 10 | 2 | 214 | 136 | 143 | 0 | 55 | 363 | 141 | 34 |
| Binary | 1000 | 10 | 10001100 | 1011110 | 1100011 | 0 | 101101 | 11110011 | 1100001 | 11100 |
Color Harmonies of #08028C
Complementary color
Monochromatic Colors of #08028C
Black with #08028C
Text Example
Text Example
White with #08028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08028C; }
p { color: rgb(8,2,140); }
H1.HeaderClassName
{
color: #08028C;
}
.AnyTagClassName
{
color: #08028C;
}
</style>
background-color css
<style>
a { background-color: #08028C; }
a { background-color: rgb(8,2,140); }
div.DivClassName
{
background-color: #08028C;
}
.BgClassName
{
background-color: #08028C;
}
</style>
border-color css
<style>
span { border-color: #08028C; }
span { border-color: rgb(8,2,140); }
td.TdClassName
{
border-color: #08028C;
}
.TagClassName
{
border-color: #08028C;
}
</style>