Shades of Midnight Express #030C37
Tints of Midnight Express #030C37
RGB
CMYK
RGB Variations
Color information
#030C37 (or 0x030C37) is known color: Midnight Express. HEX triplet: 03, 0C and 37. RGB value is (3,12,55). Sum of RGB (Red+Green+Blue) = 3+12+55=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 55 (21.88% from 255 or 78.57% from 70); Max value from RGB is 55 - color contains mainly: blue. Hex color #030C37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030C37 is #FCF3C8. Grayscale: #0E0E0E. Windows color (decimal): -16577481 or 3607555. OLE color: 3607555.
HSL color Cylindrical-coordinate representation of color #030C37: hue angle of 229.62º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030C37 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 12 | 55 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.78 |
| HSL | 229.62º | 0.9% | 0.11% | - |
| HSV(B) | 229.62º | 0.95% | 0.22% | - |
| XYZ | 0.86 | 0.56 | 3.68 | - |
| YUV | 14.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 12 | 55 | 0.95 | 0.78 | 0 | 0.78 | 229.62 | 0.9 | 0.11 |
| Hex | 3 | C | 37 | 5F | 4E | 0 | 4E | E6 | 5A | B |
| Octal | 3 | 14 | 67 | 137 | 116 | 0 | 116 | 346 | 132 | 13 |
| Binary | 11 | 1100 | 110111 | 1011111 | 1001110 | 0 | 1001110 | 11100110 | 1011010 | 1011 |
Color Harmonies of #030C37
Complementary color
Monochromatic Colors of #030C37
Black with #030C37
Text Example
Text Example
White with #030C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030C37; }
p { color: rgb(3,12,55); }
H1.HeaderClassName
{
color: #030C37;
}
.AnyTagClassName
{
color: #030C37;
}
</style>
background-color css
<style>
a { background-color: #030C37; }
a { background-color: rgb(3,12,55); }
div.DivClassName
{
background-color: #030C37;
}
.BgClassName
{
background-color: #030C37;
}
</style>
border-color css
<style>
span { border-color: #030C37; }
span { border-color: rgb(3,12,55); }
td.TdClassName
{
border-color: #030C37;
}
.TagClassName
{
border-color: #030C37;
}
</style>