Shades of Dark Blue #08028F
Tints of Dark Blue #08028F
RGB
CMYK
RGB Variations
Color information
#08028F (or 0x08028F) is known color: Dark Blue. HEX triplet: 08, 02 and 8F. RGB value is (8,2,143). Sum of RGB (Red+Green+Blue) = 8+2+143=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 143 (56.25% from 255 or 93.46% from 153); Max value from RGB is 143 - color contains mainly: blue. Hex color #08028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08028F is #F7FD70. Grayscale: #131313. Windows color (decimal): -16252273 or 9372168. OLE color: 9372168.
HSL color Cylindrical-coordinate representation of color #08028F: hue angle of 242.55º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08028F is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 2 | 143 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.44 |
| HSL | 242.55º | 0.97% | 0.28% | - |
| HSV(B) | 242.55º | 0.99% | 0.56% | - |
| XYZ | 5.08 | 2.08 | 26.12 | - |
| YUV | 19.87 | 197.49 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 143 | 0.94 | 0.99 | 0 | 0.44 | 242.55 | 0.97 | 0.28 |
| Hex | 8 | 2 | 8F | 5E | 63 | 0 | 2C | F3 | 61 | 1C |
| Octal | 10 | 2 | 217 | 136 | 143 | 0 | 54 | 363 | 141 | 34 |
| Binary | 1000 | 10 | 10001111 | 1011110 | 1100011 | 0 | 101100 | 11110011 | 1100001 | 11100 |
Color Harmonies of #08028F
Complementary color
Monochromatic Colors of #08028F
Black with #08028F
Text Example
Text Example
White with #08028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08028F; }
p { color: rgb(8,2,143); }
H1.HeaderClassName
{
color: #08028F;
}
.AnyTagClassName
{
color: #08028F;
}
</style>
background-color css
<style>
a { background-color: #08028F; }
a { background-color: rgb(8,2,143); }
div.DivClassName
{
background-color: #08028F;
}
.BgClassName
{
background-color: #08028F;
}
</style>
border-color css
<style>
span { border-color: #08028F; }
span { border-color: rgb(8,2,143); }
td.TdClassName
{
border-color: #08028F;
}
.TagClassName
{
border-color: #08028F;
}
</style>