Shades of Midnight Express #0F1237
Tints of Midnight Express #0F1237
RGB
CMYK
RGB Variations
Color information
#0F1237 (or 0x0F1237) is known color: Midnight Express. HEX triplet: 0F, 12 and 37. RGB value is (15,18,55). Sum of RGB (Red+Green+Blue) = 15+18+55=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #0F1237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1237 is #F0EDC8. Grayscale: #151515. Windows color (decimal): -15789513 or 3609103. OLE color: 3609103.
HSL color Cylindrical-coordinate representation of color #0F1237: hue angle of 235.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F1237 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 15 | 18 | 55 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.78 |
| HSL | 235.5º | 0.57% | 0.14% | - |
| HSV(B) | 235.5º | 0.73% | 0.22% | - |
| XYZ | 1.1 | 0.81 | 3.71 | - |
| YUV | 21.32 | 147.01 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 18 | 55 | 0.73 | 0.67 | 0 | 0.78 | 235.5 | 0.57 | 0.14 |
| Hex | F | 12 | 37 | 49 | 43 | 0 | 4E | EC | 39 | E |
| Octal | 17 | 22 | 67 | 111 | 103 | 0 | 116 | 354 | 71 | 16 |
| Binary | 1111 | 10010 | 110111 | 1001001 | 1000011 | 0 | 1001110 | 11101100 | 111001 | 1110 |
Color Harmonies of #0F1237
Complementary color
Monochromatic Colors of #0F1237
Black with #0F1237
Text Example
Text Example
White with #0F1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1237; }
p { color: rgb(15,18,55); }
H1.HeaderClassName
{
color: #0F1237;
}
.AnyTagClassName
{
color: #0F1237;
}
</style>
background-color css
<style>
a { background-color: #0F1237; }
a { background-color: rgb(15,18,55); }
div.DivClassName
{
background-color: #0F1237;
}
.BgClassName
{
background-color: #0F1237;
}
</style>
border-color css
<style>
span { border-color: #0F1237; }
span { border-color: rgb(15,18,55); }
td.TdClassName
{
border-color: #0F1237;
}
.TagClassName
{
border-color: #0F1237;
}
</style>