Shades of Midnight Express #0F0A3F
Tints of Midnight Express #0F0A3F
RGB
CMYK
RGB Variations
Color information
#0F0A3F (or 0x0F0A3F) is known color: Midnight Express. HEX triplet: 0F, 0A and 3F. RGB value is (15,10,63). Sum of RGB (Red+Green+Blue) = 15+10+63=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 63 (25% from 255 or 71.59% from 88); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F0A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A3F is #F0F5C0. Grayscale: #111111. Windows color (decimal): -15791553 or 4131343. OLE color: 4131343.
HSL color Cylindrical-coordinate representation of color #0F0A3F: hue angle of 245.66º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F0A3F is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 10 | 63 | - |
| CMYK | 0.76 | 0.84 | 0 | 0.75 |
| HSL | 245.66º | 0.73% | 0.14% | - |
| HSV(B) | 245.66º | 0.84% | 0.25% | - |
| XYZ | 1.2 | 0.68 | 4.77 | - |
| YUV | 17.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 63 | 0.76 | 0.84 | 0 | 0.75 | 245.66 | 0.73 | 0.14 |
| Hex | F | A | 3F | 4C | 54 | 0 | 4B | F6 | 49 | E |
| Octal | 17 | 12 | 77 | 114 | 124 | 0 | 113 | 366 | 111 | 16 |
| Binary | 1111 | 1010 | 111111 | 1001100 | 1010100 | 0 | 1001011 | 11110110 | 1001001 | 1110 |
Color Harmonies of #0F0A3F
Complementary color
Monochromatic Colors of #0F0A3F
Black with #0F0A3F
Text Example
Text Example
White with #0F0A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0A3F; }
p { color: rgb(15,10,63); }
H1.HeaderClassName
{
color: #0F0A3F;
}
.AnyTagClassName
{
color: #0F0A3F;
}
</style>
background-color css
<style>
a { background-color: #0F0A3F; }
a { background-color: rgb(15,10,63); }
div.DivClassName
{
background-color: #0F0A3F;
}
.BgClassName
{
background-color: #0F0A3F;
}
</style>
border-color css
<style>
span { border-color: #0F0A3F; }
span { border-color: rgb(15,10,63); }
td.TdClassName
{
border-color: #0F0A3F;
}
.TagClassName
{
border-color: #0F0A3F;
}
</style>