Shades of Midnight Express #0A0D33
Tints of Midnight Express #0A0D33
RGB
CMYK
RGB Variations
Color information
#0A0D33 (or 0x0A0D33) is known color: Midnight Express. HEX triplet: 0A, 0D and 33. RGB value is (10,13,51). Sum of RGB (Red+Green+Blue) = 10+13+51=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 51 (20.31% from 255 or 68.92% from 74); Max value from RGB is 51 - color contains mainly: blue. Hex color #0A0D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0D33 is #F5F2CC. Grayscale: #101010. Windows color (decimal): -16118477 or 3345674. OLE color: 3345674.
HSL color Cylindrical-coordinate representation of color #0A0D33: hue angle of 235.61º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A0D33 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 13 | 51 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.8 |
| HSL | 235.61º | 0.67% | 0.12% | - |
| HSV(B) | 235.61º | 0.8% | 0.2% | - |
| XYZ | 0.87 | 0.59 | 3.2 | - |
| YUV | 16.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 13 | 51 | 0.80 | 0.75 | 0 | 0.8 | 235.61 | 0.67 | 0.12 |
| Hex | A | D | 33 | 50 | 4B | 0 | 50 | EC | 43 | C |
| Octal | 12 | 15 | 63 | 120 | 113 | 0 | 120 | 354 | 103 | 14 |
| Binary | 1010 | 1101 | 110011 | 1010000 | 1001011 | 0 | 1010000 | 11101100 | 1000011 | 1100 |
Color Harmonies of #0A0D33
Complementary color
Monochromatic Colors of #0A0D33
Black with #0A0D33
Text Example
Text Example
White with #0A0D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0D33; }
p { color: rgb(10,13,51); }
H1.HeaderClassName
{
color: #0A0D33;
}
.AnyTagClassName
{
color: #0A0D33;
}
</style>
background-color css
<style>
a { background-color: #0A0D33; }
a { background-color: rgb(10,13,51); }
div.DivClassName
{
background-color: #0A0D33;
}
.BgClassName
{
background-color: #0A0D33;
}
</style>
border-color css
<style>
span { border-color: #0A0D33; }
span { border-color: rgb(10,13,51); }
td.TdClassName
{
border-color: #0A0D33;
}
.TagClassName
{
border-color: #0A0D33;
}
</style>