Shades of Midnight Express #030F3C
Tints of Midnight Express #030F3C
RGB
CMYK
RGB Variations
Color information
#030F3C (or 0x030F3C) is known color: Midnight Express. HEX triplet: 03, 0F and 3C. RGB value is (3,15,60). Sum of RGB (Red+Green+Blue) = 3+15+60=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 60 (23.83% from 255 or 76.92% from 78); Max value from RGB is 60 - color contains mainly: blue. Hex color #030F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F3C is #FCF0C3. Grayscale: #101010. Windows color (decimal): -16576708 or 3936003. OLE color: 3936003.
HSL color Cylindrical-coordinate representation of color #030F3C: hue angle of 227.37º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030F3C is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 15 | 60 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.76 |
| HSL | 227.37º | 0.9% | 0.12% | - |
| HSV(B) | 227.37º | 0.95% | 0.24% | - |
| XYZ | 1.02 | 0.69 | 4.35 | - |
| YUV | 16.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 15 | 60 | 0.95 | 0.75 | 0 | 0.76 | 227.37 | 0.9 | 0.12 |
| Hex | 3 | F | 3C | 5F | 4B | 0 | 4C | E3 | 5A | C |
| Octal | 3 | 17 | 74 | 137 | 113 | 0 | 114 | 343 | 132 | 14 |
| Binary | 11 | 1111 | 111100 | 1011111 | 1001011 | 0 | 1001100 | 11100011 | 1011010 | 1100 |
Color Harmonies of #030F3C
Complementary color
Monochromatic Colors of #030F3C
Black with #030F3C
Text Example
Text Example
White with #030F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #030F3C; }
p { color: rgb(3,15,60); }
H1.HeaderClassName
{
color: #030F3C;
}
.AnyTagClassName
{
color: #030F3C;
}
</style>
background-color css
<style>
a { background-color: #030F3C; }
a { background-color: rgb(3,15,60); }
div.DivClassName
{
background-color: #030F3C;
}
.BgClassName
{
background-color: #030F3C;
}
</style>
border-color css
<style>
span { border-color: #030F3C; }
span { border-color: rgb(3,15,60); }
td.TdClassName
{
border-color: #030F3C;
}
.TagClassName
{
border-color: #030F3C;
}
</style>