Shades of Midnight Express #030B43
Tints of Midnight Express #030B43
RGB
CMYK
RGB Variations
Color information
#030B43 (or 0x030B43) is known color: Midnight Express. HEX triplet: 03, 0B and 43. RGB value is (3,11,67). Sum of RGB (Red+Green+Blue) = 3+11+67=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 67 (26.56% from 255 or 82.72% from 81); Max value from RGB is 67 - color contains mainly: blue. Hex color #030B43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B43 is #FCF4BC. Grayscale: #0E0E0E. Windows color (decimal): -16577725 or 4393731. OLE color: 4393731.
HSL color Cylindrical-coordinate representation of color #030B43: hue angle of 232.5º 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 #030B43 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 11 | 67 | - |
| CMYK | 0.96 | 0.84 | 0 | 0.74 |
| HSL | 232.5º | 0.91% | 0.14% | - |
| HSV(B) | 232.5º | 0.96% | 0.26% | - |
| XYZ | 1.17 | 0.66 | 5.38 | - |
| YUV | 14.99 | 157.35 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 67 | 0.96 | 0.84 | 0 | 0.74 | 232.5 | 0.91 | 0.14 |
| Hex | 3 | B | 43 | 60 | 54 | 0 | 4A | E8 | 5B | E |
| Octal | 3 | 13 | 103 | 140 | 124 | 0 | 112 | 350 | 133 | 16 |
| Binary | 11 | 1011 | 1000011 | 1100000 | 1010100 | 0 | 1001010 | 11101000 | 1011011 | 1110 |
Color Harmonies of #030B43
Complementary color
Monochromatic Colors of #030B43
Black with #030B43
Text Example
Text Example
White with #030B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B43; }
p { color: rgb(3,11,67); }
H1.HeaderClassName
{
color: #030B43;
}
.AnyTagClassName
{
color: #030B43;
}
</style>
background-color css
<style>
a { background-color: #030B43; }
a { background-color: rgb(3,11,67); }
div.DivClassName
{
background-color: #030B43;
}
.BgClassName
{
background-color: #030B43;
}
</style>
border-color css
<style>
span { border-color: #030B43; }
span { border-color: rgb(3,11,67); }
td.TdClassName
{
border-color: #030B43;
}
.TagClassName
{
border-color: #030B43;
}
</style>