Shades of Midnight Express #030F40
Tints of Midnight Express #030F40
RGB
CMYK
RGB Variations
Color information
#030F40 (or 0x030F40) is known color: Midnight Express. HEX triplet: 03, 0F and 40. RGB value is (3,15,64). Sum of RGB (Red+Green+Blue) = 3+15+64=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #030F40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F40 is #FCF0BF. Grayscale: #101010. Windows color (decimal): -16576704 or 4198147. OLE color: 4198147.
HSL color Cylindrical-coordinate representation of color #030F40: hue angle of 228.2º 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 #030F40 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 15 | 64 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.75 |
| HSL | 228.2º | 0.91% | 0.13% | - |
| HSV(B) | 228.2º | 0.95% | 0.25% | - |
| XYZ | 1.13 | 0.73 | 4.93 | - |
| YUV | 17 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 64 | 0.95 | 0.77 | 0 | 0.75 | 228.2 | 0.91 | 0.13 |
| Hex | 3 | F | 40 | 5F | 4D | 0 | 4B | E4 | 5B | D |
| Octal | 3 | 17 | 100 | 137 | 115 | 0 | 113 | 344 | 133 | 15 |
| Binary | 11 | 1111 | 1000000 | 1011111 | 1001101 | 0 | 1001011 | 11100100 | 1011011 | 1101 |
Color Harmonies of #030F40
Complementary color
Monochromatic Colors of #030F40
Black with #030F40
Text Example
Text Example
White with #030F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F40; }
p { color: rgb(3,15,64); }
H1.HeaderClassName
{
color: #030F40;
}
.AnyTagClassName
{
color: #030F40;
}
</style>
background-color css
<style>
a { background-color: #030F40; }
a { background-color: rgb(3,15,64); }
div.DivClassName
{
background-color: #030F40;
}
.BgClassName
{
background-color: #030F40;
}
</style>
border-color css
<style>
span { border-color: #030F40; }
span { border-color: rgb(3,15,64); }
td.TdClassName
{
border-color: #030F40;
}
.TagClassName
{
border-color: #030F40;
}
</style>