Shades of Midnight Express #031A3D
Tints of Midnight Express #031A3D
RGB
CMYK
RGB Variations
Color information
#031A3D (or 0x031A3D) is known color: Midnight Express. HEX triplet: 03, 1A and 3D. RGB value is (3,26,61). Sum of RGB (Red+Green+Blue) = 3+26+61=90 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.33% from 90); Green value is 26 (10.55% from 255 or 28.89% from 90); Blue value is 61 (24.22% from 255 or 67.78% from 90); Max value from RGB is 61 - color contains mainly: blue. Hex color #031A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A3D is #FCE5C2. Grayscale: #161616. Windows color (decimal): -16573891 or 4004355. OLE color: 4004355.
HSL color Cylindrical-coordinate representation of color #031A3D: hue angle of 216.21º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031A3D is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 26 | 61 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.76 |
| HSL | 216.21º | 0.91% | 0.13% | - |
| HSV(B) | 216.21º | 0.95% | 0.24% | - |
| XYZ | 1.25 | 1.1 | 4.56 | - |
| YUV | 23.11 | 149.38 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 61 | 0.95 | 0.57 | 0 | 0.76 | 216.21 | 0.91 | 0.13 |
| Hex | 3 | 1A | 3D | 5F | 39 | 0 | 4C | D8 | 5B | D |
| Octal | 3 | 32 | 75 | 137 | 71 | 0 | 114 | 330 | 133 | 15 |
| Binary | 11 | 11010 | 111101 | 1011111 | 111001 | 0 | 1001100 | 11011000 | 1011011 | 1101 |
Color Harmonies of #031A3D
Complementary color
Monochromatic Colors of #031A3D
Black with #031A3D
Text Example
Text Example
White with #031A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A3D; }
p { color: rgb(3,26,61); }
H1.HeaderClassName
{
color: #031A3D;
}
.AnyTagClassName
{
color: #031A3D;
}
</style>
background-color css
<style>
a { background-color: #031A3D; }
a { background-color: rgb(3,26,61); }
div.DivClassName
{
background-color: #031A3D;
}
.BgClassName
{
background-color: #031A3D;
}
</style>
border-color css
<style>
span { border-color: #031A3D; }
span { border-color: rgb(3,26,61); }
td.TdClassName
{
border-color: #031A3D;
}
.TagClassName
{
border-color: #031A3D;
}
</style>