Shades of Midnight Express #030C47
Tints of Midnight Express #030C47
RGB
CMYK
RGB Variations
Color information
#030C47 (or 0x030C47) is known color: Midnight Express. HEX triplet: 03, 0C and 47. RGB value is (3,12,71). Sum of RGB (Red+Green+Blue) = 3+12+71=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 71 (28.12% from 255 or 82.56% from 86); Max value from RGB is 71 - color contains mainly: blue. Hex color #030C47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C47 is #FCF3B8. Grayscale: #0F0F0F. Windows color (decimal): -16577465 or 4656131. OLE color: 4656131.
HSL color Cylindrical-coordinate representation of color #030C47: hue angle of 232.06º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #030C47 is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 12 | 71 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.72 |
| HSL | 232.06º | 0.92% | 0.15% | - |
| HSV(B) | 232.06º | 0.96% | 0.28% | - |
| XYZ | 1.31 | 0.74 | 6.03 | - |
| YUV | 16.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 71 | 0.96 | 0.83 | 0 | 0.72 | 232.06 | 0.92 | 0.15 |
| Hex | 3 | C | 47 | 60 | 53 | 0 | 48 | E8 | 5C | F |
| Octal | 3 | 14 | 107 | 140 | 123 | 0 | 110 | 350 | 134 | 17 |
| Binary | 11 | 1100 | 1000111 | 1100000 | 1010011 | 0 | 1001000 | 11101000 | 1011100 | 1111 |
Color Harmonies of #030C47
Complementary color
Monochromatic Colors of #030C47
Black with #030C47
Text Example
Text Example
White with #030C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C47; }
p { color: rgb(3,12,71); }
H1.HeaderClassName
{
color: #030C47;
}
.AnyTagClassName
{
color: #030C47;
}
</style>
background-color css
<style>
a { background-color: #030C47; }
a { background-color: rgb(3,12,71); }
div.DivClassName
{
background-color: #030C47;
}
.BgClassName
{
background-color: #030C47;
}
</style>
border-color css
<style>
span { border-color: #030C47; }
span { border-color: rgb(3,12,71); }
td.TdClassName
{
border-color: #030C47;
}
.TagClassName
{
border-color: #030C47;
}
</style>