Shades of Midnight Express #000F3C
Tints of Midnight Express #000F3C
RGB
CMYK
RGB Variations
Color information
#000F3C (or 0x000F3C) is known color: Midnight Express. HEX triplet: 00, 0F and 3C. RGB value is (0,15,60). Sum of RGB (Red+Green+Blue) = 0+15+60=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 15 (6.25% from 255 or 20% from 75); Blue value is 60 (23.83% from 255 or 80% from 75); Max value from RGB is 60 - color contains mainly: blue. Hex color #000F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F3C is #FFF0C3. Grayscale: #0F0F0F. Windows color (decimal): -16773316 or 3936000. OLE color: 3936000.
HSL color Cylindrical-coordinate representation of color #000F3C: hue angle of 225º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F3C is Cyan = 1, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 15 | 60 | - |
| CMYK | 1 | 0.75 | 0 | 0.76 |
| HSL | 225º | 1% | 0.12% | - |
| HSV(B) | 225º | 1% | 0.24% | - |
| XYZ | 0.99 | 0.67 | 4.35 | - |
| YUV | 15.65 | 153.03 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 60 | 1 | 0.75 | 0 | 0.76 | 225 | 1 | 0.12 |
| Hex | 0 | F | 3C | 64 | 4B | 0 | 4C | E1 | 64 | C |
| Octal | 0 | 17 | 74 | 144 | 113 | 0 | 114 | 341 | 144 | 14 |
| Binary | 0 | 1111 | 111100 | 1100100 | 1001011 | 0 | 1001100 | 11100001 | 1100100 | 1100 |
Color Harmonies of #000F3C
Complementary color
Monochromatic Colors of #000F3C
Black with #000F3C
Text Example
Text Example
White with #000F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F3C; }
p { color: rgb(0,15,60); }
H1.HeaderClassName
{
color: #000F3C;
}
.AnyTagClassName
{
color: #000F3C;
}
</style>
background-color css
<style>
a { background-color: #000F3C; }
a { background-color: rgb(0,15,60); }
div.DivClassName
{
background-color: #000F3C;
}
.BgClassName
{
background-color: #000F3C;
}
</style>
border-color css
<style>
span { border-color: #000F3C; }
span { border-color: rgb(0,15,60); }
td.TdClassName
{
border-color: #000F3C;
}
.TagClassName
{
border-color: #000F3C;
}
</style>