Shades of Midnight Express #030B42
Tints of Midnight Express #030B42
RGB
CMYK
RGB Variations
Color information
#030B42 (or 0x030B42) is known color: Midnight Express. HEX triplet: 03, 0B and 42. RGB value is (3,11,66). Sum of RGB (Red+Green+Blue) = 3+11+66=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 66 (26.17% from 255 or 82.5% from 80); Max value from RGB is 66 - color contains mainly: blue. Hex color #030B42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B42 is #FCF4BD. Grayscale: #0E0E0E. Windows color (decimal): -16577726 or 4328195. OLE color: 4328195.
HSL color Cylindrical-coordinate representation of color #030B42: hue angle of 232.38º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030B42 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 11 | 66 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.74 |
| HSL | 232.38º | 0.91% | 0.14% | - |
| HSV(B) | 232.38º | 0.95% | 0.26% | - |
| XYZ | 1.14 | 0.65 | 5.22 | - |
| YUV | 14.88 | 156.85 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 66 | 0.95 | 0.83 | 0 | 0.74 | 232.38 | 0.91 | 0.14 |
| Hex | 3 | B | 42 | 5F | 53 | 0 | 4A | E8 | 5B | E |
| Octal | 3 | 13 | 102 | 137 | 123 | 0 | 112 | 350 | 133 | 16 |
| Binary | 11 | 1011 | 1000010 | 1011111 | 1010011 | 0 | 1001010 | 11101000 | 1011011 | 1110 |
Color Harmonies of #030B42
Complementary color
Monochromatic Colors of #030B42
Black with #030B42
Text Example
Text Example
White with #030B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B42; }
p { color: rgb(3,11,66); }
H1.HeaderClassName
{
color: #030B42;
}
.AnyTagClassName
{
color: #030B42;
}
</style>
background-color css
<style>
a { background-color: #030B42; }
a { background-color: rgb(3,11,66); }
div.DivClassName
{
background-color: #030B42;
}
.BgClassName
{
background-color: #030B42;
}
</style>
border-color css
<style>
span { border-color: #030B42; }
span { border-color: rgb(3,11,66); }
td.TdClassName
{
border-color: #030B42;
}
.TagClassName
{
border-color: #030B42;
}
</style>