Shades of Midnight Express #031235
Tints of Midnight Express #031235
RGB
CMYK
RGB Variations
Color information
#031235 (or 0x031235) is known color: Midnight Express. HEX triplet: 03, 12 and 35. RGB value is (3,18,53). Sum of RGB (Red+Green+Blue) = 3+18+53=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 53 (21.09% from 255 or 71.62% from 74); Max value from RGB is 53 - color contains mainly: blue. Hex color #031235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031235 is #FCEDCA. Grayscale: #111111. Windows color (decimal): -16575947 or 3478019. OLE color: 3478019.
HSL color Cylindrical-coordinate representation of color #031235: hue angle of 222º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031235 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 18 | 53 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.79 |
| HSL | 222º | 0.89% | 0.11% | - |
| HSV(B) | 222º | 0.94% | 0.21% | - |
| XYZ | 0.9 | 0.71 | 3.46 | - |
| YUV | 17.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 53 | 0.94 | 0.66 | 0 | 0.79 | 222 | 0.89 | 0.11 |
| Hex | 3 | 12 | 35 | 5E | 42 | 0 | 4F | DE | 59 | B |
| Octal | 3 | 22 | 65 | 136 | 102 | 0 | 117 | 336 | 131 | 13 |
| Binary | 11 | 10010 | 110101 | 1011110 | 1000010 | 0 | 1001111 | 11011110 | 1011001 | 1011 |
Color Harmonies of #031235
Complementary color
Monochromatic Colors of #031235
Black with #031235
Text Example
Text Example
White with #031235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031235; }
p { color: rgb(3,18,53); }
H1.HeaderClassName
{
color: #031235;
}
.AnyTagClassName
{
color: #031235;
}
</style>
background-color css
<style>
a { background-color: #031235; }
a { background-color: rgb(3,18,53); }
div.DivClassName
{
background-color: #031235;
}
.BgClassName
{
background-color: #031235;
}
</style>
border-color css
<style>
span { border-color: #031235; }
span { border-color: rgb(3,18,53); }
td.TdClassName
{
border-color: #031235;
}
.TagClassName
{
border-color: #031235;
}
</style>