Shades of Midnight Express #030C3B
Tints of Midnight Express #030C3B
RGB
CMYK
RGB Variations
Color information
#030C3B (or 0x030C3B) is known color: Midnight Express. HEX triplet: 03, 0C and 3B. RGB value is (3,12,59). Sum of RGB (Red+Green+Blue) = 3+12+59=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 59 (23.44% from 255 or 79.73% from 74); Max value from RGB is 59 - color contains mainly: blue. Hex color #030C3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C3B is #FCF3C4. Grayscale: #0E0E0E. Windows color (decimal): -16577477 or 3869699. OLE color: 3869699.
HSL color Cylindrical-coordinate representation of color #030C3B: hue angle of 230.36º 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 #030C3B is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 3 | 12 | 59 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.77 |
| HSL | 230.36º | 0.9% | 0.12% | - |
| HSV(B) | 230.36º | 0.95% | 0.23% | - |
| XYZ | 0.96 | 0.6 | 4.2 | - |
| YUV | 14.67 | 153.02 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 59 | 0.95 | 0.80 | 0 | 0.77 | 230.36 | 0.9 | 0.12 |
| Hex | 3 | C | 3B | 5F | 50 | 0 | 4D | E6 | 5A | C |
| Octal | 3 | 14 | 73 | 137 | 120 | 0 | 115 | 346 | 132 | 14 |
| Binary | 11 | 1100 | 111011 | 1011111 | 1010000 | 0 | 1001101 | 11100110 | 1011010 | 1100 |
Color Harmonies of #030C3B
Complementary color
Monochromatic Colors of #030C3B
Black with #030C3B
Text Example
Text Example
White with #030C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C3B; }
p { color: rgb(3,12,59); }
H1.HeaderClassName
{
color: #030C3B;
}
.AnyTagClassName
{
color: #030C3B;
}
</style>
background-color css
<style>
a { background-color: #030C3B; }
a { background-color: rgb(3,12,59); }
div.DivClassName
{
background-color: #030C3B;
}
.BgClassName
{
background-color: #030C3B;
}
</style>
border-color css
<style>
span { border-color: #030C3B; }
span { border-color: rgb(3,12,59); }
td.TdClassName
{
border-color: #030C3B;
}
.TagClassName
{
border-color: #030C3B;
}
</style>