Shades of Dark Blue #080293
Tints of Dark Blue #080293
RGB
CMYK
RGB Variations
Color information
#080293 (or 0x080293) is known color: Dark Blue. HEX triplet: 08, 02 and 93. RGB value is (8,2,147). Sum of RGB (Red+Green+Blue) = 8+2+147=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 147 (57.81% from 255 or 93.63% from 157); Max value from RGB is 147 - color contains mainly: blue. Hex color #080293 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080293 is #F7FD6C. Grayscale: #131313. Windows color (decimal): -16252269 or 9634312. OLE color: 9634312.
HSL color Cylindrical-coordinate representation of color #080293: hue angle of 242.48º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #080293 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 2 | 147 | - |
| CMYK | 0.95 | 0.99 | 0 | 0.42 |
| HSL | 242.48º | 0.97% | 0.29% | - |
| HSV(B) | 242.48º | 0.99% | 0.58% | - |
| XYZ | 5.39 | 2.2 | 27.74 | - |
| YUV | 20.32 | 199.49 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 147 | 0.95 | 0.99 | 0 | 0.42 | 242.48 | 0.97 | 0.29 |
| Hex | 8 | 2 | 93 | 5F | 63 | 0 | 2A | F2 | 61 | 1D |
| Octal | 10 | 2 | 223 | 137 | 143 | 0 | 52 | 362 | 141 | 35 |
| Binary | 1000 | 10 | 10010011 | 1011111 | 1100011 | 0 | 101010 | 11110010 | 1100001 | 11101 |
Color Harmonies of #080293
Complementary color
Monochromatic Colors of #080293
Black with #080293
Text Example
Text Example
White with #080293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080293; }
p { color: rgb(8,2,147); }
H1.HeaderClassName
{
color: #080293;
}
.AnyTagClassName
{
color: #080293;
}
</style>
background-color css
<style>
a { background-color: #080293; }
a { background-color: rgb(8,2,147); }
div.DivClassName
{
background-color: #080293;
}
.BgClassName
{
background-color: #080293;
}
</style>
border-color css
<style>
span { border-color: #080293; }
span { border-color: rgb(8,2,147); }
td.TdClassName
{
border-color: #080293;
}
.TagClassName
{
border-color: #080293;
}
</style>