Shades of Midnight Express #030F43
Tints of Midnight Express #030F43
RGB
CMYK
RGB Variations
Color information
#030F43 (or 0x030F43) is known color: Midnight Express. HEX triplet: 03, 0F and 43. RGB value is (3,15,67). Sum of RGB (Red+Green+Blue) = 3+15+67=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 67 (26.56% from 255 or 78.82% from 85); Max value from RGB is 67 - color contains mainly: blue. Hex color #030F43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F43 is #FCF0BC. Grayscale: #111111. Windows color (decimal): -16576701 or 4394755. OLE color: 4394755.
HSL color Cylindrical-coordinate representation of color #030F43: hue angle of 228.75º 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 #030F43 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 15 | 67 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.74 |
| HSL | 228.75º | 0.91% | 0.14% | - |
| HSV(B) | 228.75º | 0.96% | 0.26% | - |
| XYZ | 1.22 | 0.77 | 5.39 | - |
| YUV | 17.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 67 | 0.96 | 0.78 | 0 | 0.74 | 228.75 | 0.91 | 0.14 |
| Hex | 3 | F | 43 | 60 | 4E | 0 | 4A | E5 | 5B | E |
| Octal | 3 | 17 | 103 | 140 | 116 | 0 | 112 | 345 | 133 | 16 |
| Binary | 11 | 1111 | 1000011 | 1100000 | 1001110 | 0 | 1001010 | 11100101 | 1011011 | 1110 |
Color Harmonies of #030F43
Complementary color
Monochromatic Colors of #030F43
Black with #030F43
Text Example
Text Example
White with #030F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F43; }
p { color: rgb(3,15,67); }
H1.HeaderClassName
{
color: #030F43;
}
.AnyTagClassName
{
color: #030F43;
}
</style>
background-color css
<style>
a { background-color: #030F43; }
a { background-color: rgb(3,15,67); }
div.DivClassName
{
background-color: #030F43;
}
.BgClassName
{
background-color: #030F43;
}
</style>
border-color css
<style>
span { border-color: #030F43; }
span { border-color: rgb(3,15,67); }
td.TdClassName
{
border-color: #030F43;
}
.TagClassName
{
border-color: #030F43;
}
</style>