Shades of Midnight Express #051230
Tints of Midnight Express #051230
RGB
CMYK
RGB Variations
Color information
#051230 (or 0x051230) is known color: Midnight Express. HEX triplet: 05, 12 and 30. RGB value is (5,18,48). Sum of RGB (Red+Green+Blue) = 5+18+48=71 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.04% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 48 (19.14% from 255 or 67.61% from 71); Max value from RGB is 48 - color contains mainly: blue. Hex color #051230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051230 is #FAEDCF. Grayscale: #111111. Windows color (decimal): -16444880 or 3150341. OLE color: 3150341.
HSL color Cylindrical-coordinate representation of color #051230: hue angle of 221.86º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051230 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 18 | 48 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.81 |
| HSL | 221.86º | 0.81% | 0.1% | - |
| HSV(B) | 221.86º | 0.9% | 0.19% | - |
| XYZ | 0.81 | 0.68 | 2.88 | - |
| YUV | 17.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 18 | 48 | 0.90 | 0.63 | 0 | 0.81 | 221.86 | 0.81 | 0.1 |
| Hex | 5 | 12 | 30 | 5A | 3F | 0 | 51 | DE | 51 | A |
| Octal | 5 | 22 | 60 | 132 | 77 | 0 | 121 | 336 | 121 | 12 |
| Binary | 101 | 10010 | 110000 | 1011010 | 111111 | 0 | 1010001 | 11011110 | 1010001 | 1010 |
Color Harmonies of #051230
Complementary color
Monochromatic Colors of #051230
Black with #051230
Text Example
Text Example
White with #051230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051230; }
p { color: rgb(5,18,48); }
H1.HeaderClassName
{
color: #051230;
}
.AnyTagClassName
{
color: #051230;
}
</style>
background-color css
<style>
a { background-color: #051230; }
a { background-color: rgb(5,18,48); }
div.DivClassName
{
background-color: #051230;
}
.BgClassName
{
background-color: #051230;
}
</style>
border-color css
<style>
span { border-color: #051230; }
span { border-color: rgb(5,18,48); }
td.TdClassName
{
border-color: #051230;
}
.TagClassName
{
border-color: #051230;
}
</style>