Shades of Midnight Express #030B3B
Tints of Midnight Express #030B3B
RGB
CMYK
RGB Variations
Color information
#030B3B (or 0x030B3B) is known color: Midnight Express. HEX triplet: 03, 0B and 3B. RGB value is (3,11,59). Sum of RGB (Red+Green+Blue) = 3+11+59=73 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.11% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 59 (23.44% from 255 or 80.82% from 73); Max value from RGB is 59 - color contains mainly: blue. Hex color #030B3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030B3B is #FCF4C4. Grayscale: #0D0D0D. Windows color (decimal): -16577733 or 3869443. OLE color: 3869443.
HSL color Cylindrical-coordinate representation of color #030B3B: hue angle of 231.43º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030B3B is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 11 | 59 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.77 |
| HSL | 231.43º | 0.9% | 0.12% | - |
| HSV(B) | 231.43º | 0.95% | 0.23% | - |
| XYZ | 0.95 | 0.57 | 4.2 | - |
| YUV | 14.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 11 | 59 | 0.95 | 0.81 | 0 | 0.77 | 231.43 | 0.9 | 0.12 |
| Hex | 3 | B | 3B | 5F | 51 | 0 | 4D | E7 | 5A | C |
| Octal | 3 | 13 | 73 | 137 | 121 | 0 | 115 | 347 | 132 | 14 |
| Binary | 11 | 1011 | 111011 | 1011111 | 1010001 | 0 | 1001101 | 11100111 | 1011010 | 1100 |
Color Harmonies of #030B3B
Complementary color
Monochromatic Colors of #030B3B
Black with #030B3B
Text Example
Text Example
White with #030B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030B3B; }
p { color: rgb(3,11,59); }
H1.HeaderClassName
{
color: #030B3B;
}
.AnyTagClassName
{
color: #030B3B;
}
</style>
background-color css
<style>
a { background-color: #030B3B; }
a { background-color: rgb(3,11,59); }
div.DivClassName
{
background-color: #030B3B;
}
.BgClassName
{
background-color: #030B3B;
}
</style>
border-color css
<style>
span { border-color: #030B3B; }
span { border-color: rgb(3,11,59); }
td.TdClassName
{
border-color: #030B3B;
}
.TagClassName
{
border-color: #030B3B;
}
</style>