Shades of Midnight Express #080A36
Tints of Midnight Express #080A36
RGB
CMYK
RGB Variations
Color information
#080A36 (or 0x080A36) is known color: Midnight Express. HEX triplet: 08, 0A and 36. RGB value is (8,10,54). Sum of RGB (Red+Green+Blue) = 8+10+54=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 10 (4.30% from 255 or 13.89% from 72); Blue value is 54 (21.48% from 255 or 75% from 72); Max value from RGB is 54 - color contains mainly: blue. Hex color #080A36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080A36 is #F7F5C9. Grayscale: #0E0E0E. Windows color (decimal): -16250314 or 3541512. OLE color: 3541512.
HSL color Cylindrical-coordinate representation of color #080A36: hue angle of 237.39º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #080A36 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 10 | 54 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.79 |
| HSL | 237.39º | 0.74% | 0.12% | - |
| HSV(B) | 237.39º | 0.85% | 0.21% | - |
| XYZ | 0.87 | 0.54 | 3.55 | - |
| YUV | 14.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 10 | 54 | 0.85 | 0.81 | 0 | 0.79 | 237.39 | 0.74 | 0.12 |
| Hex | 8 | A | 36 | 55 | 51 | 0 | 4F | ED | 4A | C |
| Octal | 10 | 12 | 66 | 125 | 121 | 0 | 117 | 355 | 112 | 14 |
| Binary | 1000 | 1010 | 110110 | 1010101 | 1010001 | 0 | 1001111 | 11101101 | 1001010 | 1100 |
Color Harmonies of #080A36
Complementary color
Monochromatic Colors of #080A36
Black with #080A36
Text Example
Text Example
White with #080A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080A36; }
p { color: rgb(8,10,54); }
H1.HeaderClassName
{
color: #080A36;
}
.AnyTagClassName
{
color: #080A36;
}
</style>
background-color css
<style>
a { background-color: #080A36; }
a { background-color: rgb(8,10,54); }
div.DivClassName
{
background-color: #080A36;
}
.BgClassName
{
background-color: #080A36;
}
</style>
border-color css
<style>
span { border-color: #080A36; }
span { border-color: rgb(8,10,54); }
td.TdClassName
{
border-color: #080A36;
}
.TagClassName
{
border-color: #080A36;
}
</style>