Shades of Midnight Express #0A1433
Tints of Midnight Express #0A1433
RGB
CMYK
RGB Variations
Color information
#0A1433 (or 0x0A1433) is known color: Midnight Express. HEX triplet: 0A, 14 and 33. RGB value is (10,20,51). Sum of RGB (Red+Green+Blue) = 10+20+51=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 51 (20.31% from 255 or 62.96% from 81); Max value from RGB is 51 - color contains mainly: blue. Hex color #0A1433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1433 is #F5EBCC. Grayscale: #141414. Windows color (decimal): -16116685 or 3347466. OLE color: 3347466.
HSL color Cylindrical-coordinate representation of color #0A1433: hue angle of 225.37º 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 #0A1433 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 20 | 51 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.8 |
| HSL | 225.37º | 0.67% | 0.12% | - |
| HSV(B) | 225.37º | 0.8% | 0.2% | - |
| XYZ | 0.97 | 0.8 | 3.24 | - |
| YUV | 20.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 20 | 51 | 0.80 | 0.61 | 0 | 0.8 | 225.37 | 0.67 | 0.12 |
| Hex | A | 14 | 33 | 50 | 3D | 0 | 50 | E1 | 43 | C |
| Octal | 12 | 24 | 63 | 120 | 75 | 0 | 120 | 341 | 103 | 14 |
| Binary | 1010 | 10100 | 110011 | 1010000 | 111101 | 0 | 1010000 | 11100001 | 1000011 | 1100 |
Color Harmonies of #0A1433
Complementary color
Monochromatic Colors of #0A1433
Black with #0A1433
Text Example
Text Example
White with #0A1433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1433; }
p { color: rgb(10,20,51); }
H1.HeaderClassName
{
color: #0A1433;
}
.AnyTagClassName
{
color: #0A1433;
}
</style>
background-color css
<style>
a { background-color: #0A1433; }
a { background-color: rgb(10,20,51); }
div.DivClassName
{
background-color: #0A1433;
}
.BgClassName
{
background-color: #0A1433;
}
</style>
border-color css
<style>
span { border-color: #0A1433; }
span { border-color: rgb(10,20,51); }
td.TdClassName
{
border-color: #0A1433;
}
.TagClassName
{
border-color: #0A1433;
}
</style>