Shades of Midnight Express #000F3F
Tints of Midnight Express #000F3F
RGB
CMYK
RGB Variations
Color information
#000F3F (or 0x000F3F) is known color: Midnight Express. HEX triplet: 00, 0F and 3F. RGB value is (0,15,63). Sum of RGB (Red+Green+Blue) = 0+15+63=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 63 (25% from 255 or 80.77% from 78); Max value from RGB is 63 - color contains mainly: blue. Hex color #000F3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000F3F is #FFF0C0. Grayscale: #0F0F0F. Windows color (decimal): -16773313 or 4132608. OLE color: 4132608.
HSL color Cylindrical-coordinate representation of color #000F3F: hue angle of 225.71º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000F3F is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 15 | 63 | - |
| CMYK | 1 | 0.76 | 0 | 0.75 |
| HSL | 225.71º | 1% | 0.12% | - |
| HSV(B) | 225.71º | 1% | 0.25% | - |
| XYZ | 1.07 | 0.7 | 4.78 | - |
| YUV | 15.99 | 154.53 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 15 | 63 | 1 | 0.76 | 0 | 0.75 | 225.71 | 1 | 0.12 |
| Hex | 0 | F | 3F | 64 | 4C | 0 | 4B | E2 | 64 | C |
| Octal | 0 | 17 | 77 | 144 | 114 | 0 | 113 | 342 | 144 | 14 |
| Binary | 0 | 1111 | 111111 | 1100100 | 1001100 | 0 | 1001011 | 11100010 | 1100100 | 1100 |
Color Harmonies of #000F3F
Complementary color
Monochromatic Colors of #000F3F
Black with #000F3F
Text Example
Text Example
White with #000F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000F3F; }
p { color: rgb(0,15,63); }
H1.HeaderClassName
{
color: #000F3F;
}
.AnyTagClassName
{
color: #000F3F;
}
</style>
background-color css
<style>
a { background-color: #000F3F; }
a { background-color: rgb(0,15,63); }
div.DivClassName
{
background-color: #000F3F;
}
.BgClassName
{
background-color: #000F3F;
}
</style>
border-color css
<style>
span { border-color: #000F3F; }
span { border-color: rgb(0,15,63); }
td.TdClassName
{
border-color: #000F3F;
}
.TagClassName
{
border-color: #000F3F;
}
</style>