Shades of Midnight Express #031B43
Tints of Midnight Express #031B43
RGB
CMYK
RGB Variations
Color information
#031B43 (or 0x031B43) is known color: Midnight Express. HEX triplet: 03, 1B and 43. RGB value is (3,27,67). Sum of RGB (Red+Green+Blue) = 3+27+67=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 67 (26.56% from 255 or 69.07% from 97); Max value from RGB is 67 - color contains mainly: blue. Hex color #031B43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B43 is #FCE4BC. Grayscale: #181818. Windows color (decimal): -16573629 or 4397827. OLE color: 4397827.
HSL color Cylindrical-coordinate representation of color #031B43: hue angle of 217.5º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031B43 is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 27 | 67 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.74 |
| HSL | 217.5º | 0.91% | 0.14% | - |
| HSV(B) | 217.5º | 0.96% | 0.26% | - |
| XYZ | 1.44 | 1.21 | 5.47 | - |
| YUV | 24.38 | 152.05 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 67 | 0.96 | 0.60 | 0 | 0.74 | 217.5 | 0.91 | 0.14 |
| Hex | 3 | 1B | 43 | 60 | 3C | 0 | 4A | DA | 5B | E |
| Octal | 3 | 33 | 103 | 140 | 74 | 0 | 112 | 332 | 133 | 16 |
| Binary | 11 | 11011 | 1000011 | 1100000 | 111100 | 0 | 1001010 | 11011010 | 1011011 | 1110 |
Color Harmonies of #031B43
Complementary color
Monochromatic Colors of #031B43
Black with #031B43
Text Example
Text Example
White with #031B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B43; }
p { color: rgb(3,27,67); }
H1.HeaderClassName
{
color: #031B43;
}
.AnyTagClassName
{
color: #031B43;
}
</style>
background-color css
<style>
a { background-color: #031B43; }
a { background-color: rgb(3,27,67); }
div.DivClassName
{
background-color: #031B43;
}
.BgClassName
{
background-color: #031B43;
}
</style>
border-color css
<style>
span { border-color: #031B43; }
span { border-color: rgb(3,27,67); }
td.TdClassName
{
border-color: #031B43;
}
.TagClassName
{
border-color: #031B43;
}
</style>