Shades of Midnight Express #0F183F
Tints of Midnight Express #0F183F
RGB
CMYK
RGB Variations
Color information
#0F183F (or 0x0F183F) is known color: Midnight Express. HEX triplet: 0F, 18 and 3F. RGB value is (15,24,63). Sum of RGB (Red+Green+Blue) = 15+24+63=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 63 (25% from 255 or 61.76% from 102); Max value from RGB is 63 - color contains mainly: blue. Hex color #0F183F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F183F is #F0E7C0. Grayscale: #191919. Windows color (decimal): -15787969 or 4134927. OLE color: 4134927.
HSL color Cylindrical-coordinate representation of color #0F183F: hue angle of 228.75º 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 #0F183F is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 15 | 24 | 63 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.75 |
| HSL | 228.75º | 0.62% | 0.15% | - |
| HSV(B) | 228.75º | 0.76% | 0.25% | - |
| XYZ | 1.42 | 1.11 | 4.84 | - |
| YUV | 25.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 63 | 0.76 | 0.62 | 0 | 0.75 | 228.75 | 0.62 | 0.15 |
| Hex | F | 18 | 3F | 4C | 3E | 0 | 4B | E5 | 3E | F |
| Octal | 17 | 30 | 77 | 114 | 76 | 0 | 113 | 345 | 76 | 17 |
| Binary | 1111 | 11000 | 111111 | 1001100 | 111110 | 0 | 1001011 | 11100101 | 111110 | 1111 |
Color Harmonies of #0F183F
Complementary color
Monochromatic Colors of #0F183F
Black with #0F183F
Text Example
Text Example
White with #0F183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F183F; }
p { color: rgb(15,24,63); }
H1.HeaderClassName
{
color: #0F183F;
}
.AnyTagClassName
{
color: #0F183F;
}
</style>
background-color css
<style>
a { background-color: #0F183F; }
a { background-color: rgb(15,24,63); }
div.DivClassName
{
background-color: #0F183F;
}
.BgClassName
{
background-color: #0F183F;
}
</style>
border-color css
<style>
span { border-color: #0F183F; }
span { border-color: rgb(15,24,63); }
td.TdClassName
{
border-color: #0F183F;
}
.TagClassName
{
border-color: #0F183F;
}
</style>