Shades of Midnight Express #030E3F
Tints of Midnight Express #030E3F
RGB
CMYK
RGB Variations
Color information
#030E3F (or 0x030E3F) is known color: Midnight Express. HEX triplet: 03, 0E and 3F. RGB value is (3,14,63). Sum of RGB (Red+Green+Blue) = 3+14+63=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 14 (5.86% from 255 or 17.5% from 80); Blue value is 63 (25% from 255 or 78.75% from 80); Max value from RGB is 63 - color contains mainly: blue. Hex color #030E3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E3F is #FCF1C0. Grayscale: #101010. Windows color (decimal): -16576961 or 4132355. OLE color: 4132355.
HSL color Cylindrical-coordinate representation of color #030E3F: hue angle of 229º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030E3F is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 14 | 63 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.75 |
| HSL | 229º | 0.91% | 0.13% | - |
| HSV(B) | 229º | 0.95% | 0.25% | - |
| XYZ | 1.09 | 0.69 | 4.78 | - |
| YUV | 16.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 14 | 63 | 0.95 | 0.78 | 0 | 0.75 | 229 | 0.91 | 0.13 |
| Hex | 3 | E | 3F | 5F | 4E | 0 | 4B | E5 | 5B | D |
| Octal | 3 | 16 | 77 | 137 | 116 | 0 | 113 | 345 | 133 | 15 |
| Binary | 11 | 1110 | 111111 | 1011111 | 1001110 | 0 | 1001011 | 11100101 | 1011011 | 1101 |
Color Harmonies of #030E3F
Complementary color
Monochromatic Colors of #030E3F
Black with #030E3F
Text Example
Text Example
White with #030E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030E3F; }
p { color: rgb(3,14,63); }
H1.HeaderClassName
{
color: #030E3F;
}
.AnyTagClassName
{
color: #030E3F;
}
</style>
background-color css
<style>
a { background-color: #030E3F; }
a { background-color: rgb(3,14,63); }
div.DivClassName
{
background-color: #030E3F;
}
.BgClassName
{
background-color: #030E3F;
}
</style>
border-color css
<style>
span { border-color: #030E3F; }
span { border-color: rgb(3,14,63); }
td.TdClassName
{
border-color: #030E3F;
}
.TagClassName
{
border-color: #030E3F;
}
</style>