Shades of Midnight Express #0F123F
Tints of Midnight Express #0F123F
RGB
CMYK
RGB Variations
Color information
#0F123F (or 0x0F123F) is known color: Midnight Express. HEX triplet: 0F, 12 and 3F. RGB value is (15,18,63). Sum of RGB (Red+Green+Blue) = 15+18+63=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F123F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F123F is #F0EDC0. Grayscale: #161616. Windows color (decimal): -15789505 or 4133391. OLE color: 4133391.
HSL color Cylindrical-coordinate representation of color #0F123F: hue angle of 236.25º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F123F is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 18 | 63 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.75 |
| HSL | 236.25º | 0.62% | 0.15% | - |
| HSV(B) | 236.25º | 0.76% | 0.25% | - |
| XYZ | 1.31 | 0.89 | 4.81 | - |
| YUV | 22.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 63 | 0.76 | 0.71 | 0 | 0.75 | 236.25 | 0.62 | 0.15 |
| Hex | F | 12 | 3F | 4C | 47 | 0 | 4B | EC | 3E | F |
| Octal | 17 | 22 | 77 | 114 | 107 | 0 | 113 | 354 | 76 | 17 |
| Binary | 1111 | 10010 | 111111 | 1001100 | 1000111 | 0 | 1001011 | 11101100 | 111110 | 1111 |
Color Harmonies of #0F123F
Complementary color
Monochromatic Colors of #0F123F
Black with #0F123F
Text Example
Text Example
White with #0F123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F123F; }
p { color: rgb(15,18,63); }
H1.HeaderClassName
{
color: #0F123F;
}
.AnyTagClassName
{
color: #0F123F;
}
</style>
background-color css
<style>
a { background-color: #0F123F; }
a { background-color: rgb(15,18,63); }
div.DivClassName
{
background-color: #0F123F;
}
.BgClassName
{
background-color: #0F123F;
}
</style>
border-color css
<style>
span { border-color: #0F123F; }
span { border-color: rgb(15,18,63); }
td.TdClassName
{
border-color: #0F123F;
}
.TagClassName
{
border-color: #0F123F;
}
</style>