Shades of Midnight Express #080A33
Tints of Midnight Express #080A33
RGB
CMYK
RGB Variations
Color information
#080A33 (or 0x080A33) is known color: Midnight Express. HEX triplet: 08, 0A and 33. RGB value is (8,10,51). Sum of RGB (Red+Green+Blue) = 8+10+51=69 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.59% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #080A33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A33 is #F7F5CC. Grayscale: #0D0D0D. Windows color (decimal): -16250317 or 3344904. OLE color: 3344904.
HSL color Cylindrical-coordinate representation of color #080A33: hue angle of 237.21º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #080A33 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 10 | 51 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.8 |
| HSL | 237.21º | 0.73% | 0.12% | - |
| HSV(B) | 237.21º | 0.84% | 0.2% | - |
| XYZ | 0.81 | 0.51 | 3.19 | - |
| YUV | 14.08 | 148.84 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 51 | 0.84 | 0.80 | 0 | 0.8 | 237.21 | 0.73 | 0.12 |
| Hex | 8 | A | 33 | 54 | 50 | 0 | 50 | ED | 49 | C |
| Octal | 10 | 12 | 63 | 124 | 120 | 0 | 120 | 355 | 111 | 14 |
| Binary | 1000 | 1010 | 110011 | 1010100 | 1010000 | 0 | 1010000 | 11101101 | 1001001 | 1100 |
Color Harmonies of #080A33
Complementary color
Monochromatic Colors of #080A33
Black with #080A33
Text Example
Text Example
White with #080A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A33; }
p { color: rgb(8,10,51); }
H1.HeaderClassName
{
color: #080A33;
}
.AnyTagClassName
{
color: #080A33;
}
</style>
background-color css
<style>
a { background-color: #080A33; }
a { background-color: rgb(8,10,51); }
div.DivClassName
{
background-color: #080A33;
}
.BgClassName
{
background-color: #080A33;
}
</style>
border-color css
<style>
span { border-color: #080A33; }
span { border-color: rgb(8,10,51); }
td.TdClassName
{
border-color: #080A33;
}
.TagClassName
{
border-color: #080A33;
}
</style>