Shades of Midnight Express #0F173C
Tints of Midnight Express #0F173C
RGB
CMYK
RGB Variations
Color information
#0F173C (or 0x0F173C) is known color: Midnight Express. HEX triplet: 0F, 17 and 3C. RGB value is (15,23,60). Sum of RGB (Red+Green+Blue) = 15+23+60=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #0F173C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F173C is #F0E8C3. Grayscale: #181818. Windows color (decimal): -15788228 or 3938063. OLE color: 3938063.
HSL color Cylindrical-coordinate representation of color #0F173C: hue angle of 229.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F173C is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 15 | 23 | 60 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.76 |
| HSL | 229.33º | 0.6% | 0.15% | - |
| HSV(B) | 229.33º | 0.75% | 0.24% | - |
| XYZ | 1.32 | 1.04 | 4.41 | - |
| YUV | 24.83 | 147.85 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 60 | 0.75 | 0.62 | 0 | 0.76 | 229.33 | 0.6 | 0.15 |
| Hex | F | 17 | 3C | 4B | 3E | 0 | 4C | E5 | 3C | F |
| Octal | 17 | 27 | 74 | 113 | 76 | 0 | 114 | 345 | 74 | 17 |
| Binary | 1111 | 10111 | 111100 | 1001011 | 111110 | 0 | 1001100 | 11100101 | 111100 | 1111 |
Color Harmonies of #0F173C
Complementary color
Monochromatic Colors of #0F173C
Black with #0F173C
Text Example
Text Example
White with #0F173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F173C; }
p { color: rgb(15,23,60); }
H1.HeaderClassName
{
color: #0F173C;
}
.AnyTagClassName
{
color: #0F173C;
}
</style>
background-color css
<style>
a { background-color: #0F173C; }
a { background-color: rgb(15,23,60); }
div.DivClassName
{
background-color: #0F173C;
}
.BgClassName
{
background-color: #0F173C;
}
</style>
border-color css
<style>
span { border-color: #0F173C; }
span { border-color: rgb(15,23,60); }
td.TdClassName
{
border-color: #0F173C;
}
.TagClassName
{
border-color: #0F173C;
}
</style>