Shades of Midnight Express #030C40
Tints of Midnight Express #030C40
RGB
CMYK
RGB Variations
Color information
#030C40 (or 0x030C40) is known color: Midnight Express. HEX triplet: 03, 0C and 40. RGB value is (3,12,64). Sum of RGB (Red+Green+Blue) = 3+12+64=79 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.80% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 64 (25.39% from 255 or 81.01% from 79); Max value from RGB is 64 - color contains mainly: blue. Hex color #030C40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C40 is #FCF3BF. Grayscale: #0F0F0F. Windows color (decimal): -16577472 or 4197379. OLE color: 4197379.
HSL color Cylindrical-coordinate representation of color #030C40: hue angle of 231.15º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030C40 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 12 | 64 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.75 |
| HSL | 231.15º | 0.91% | 0.13% | - |
| HSV(B) | 231.15º | 0.95% | 0.25% | - |
| XYZ | 1.09 | 0.65 | 4.92 | - |
| YUV | 15.24 | 155.52 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 64 | 0.95 | 0.81 | 0 | 0.75 | 231.15 | 0.91 | 0.13 |
| Hex | 3 | C | 40 | 5F | 51 | 0 | 4B | E7 | 5B | D |
| Octal | 3 | 14 | 100 | 137 | 121 | 0 | 113 | 347 | 133 | 15 |
| Binary | 11 | 1100 | 1000000 | 1011111 | 1010001 | 0 | 1001011 | 11100111 | 1011011 | 1101 |
Color Harmonies of #030C40
Complementary color
Monochromatic Colors of #030C40
Black with #030C40
Text Example
Text Example
White with #030C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C40; }
p { color: rgb(3,12,64); }
H1.HeaderClassName
{
color: #030C40;
}
.AnyTagClassName
{
color: #030C40;
}
</style>
background-color css
<style>
a { background-color: #030C40; }
a { background-color: rgb(3,12,64); }
div.DivClassName
{
background-color: #030C40;
}
.BgClassName
{
background-color: #030C40;
}
</style>
border-color css
<style>
span { border-color: #030C40; }
span { border-color: rgb(3,12,64); }
td.TdClassName
{
border-color: #030C40;
}
.TagClassName
{
border-color: #030C40;
}
</style>