Shades of Midnight Express #0F174D
Tints of Midnight Express #0F174D
RGB
CMYK
RGB Variations
Color information
#0F174D (or 0x0F174D) is known color: Midnight Express. HEX triplet: 0F, 17 and 4D. RGB value is (15,23,77). Sum of RGB (Red+Green+Blue) = 15+23+77=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F174D is #F0E8B2. Grayscale: #1A1A1A. Windows color (decimal): -15788211 or 5052175. OLE color: 5052175.
HSL color Cylindrical-coordinate representation of color #0F174D: hue angle of 232.26º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F174D is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 23 | 77 | - |
| CMYK | 0.81 | 0.70 | 0 | 0.70 |
| HSL | 232.26º | 0.67% | 0.18% | - |
| HSV(B) | 232.26º | 0.81% | 0.3% | - |
| XYZ | 1.84 | 1.25 | 7.17 | - |
| YUV | 26.76 | 156.35 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 23 | 77 | 0.81 | 0.70 | 0 | 0.70 | 232.26 | 0.67 | 0.18 |
| Hex | F | 17 | 4D | 51 | 46 | 0 | 46 | E8 | 43 | 12 |
| Octal | 17 | 27 | 115 | 121 | 106 | 0 | 106 | 350 | 103 | 22 |
| Binary | 1111 | 10111 | 1001101 | 1010001 | 1000110 | 0 | 1000110 | 11101000 | 1000011 | 10010 |
Color Harmonies of #0F174D
Complementary color
Monochromatic Colors of #0F174D
Black with #0F174D
Text Example
Text Example
White with #0F174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F174D; }
p { color: rgb(15,23,77); }
H1.HeaderClassName
{
color: #0F174D;
}
.AnyTagClassName
{
color: #0F174D;
}
</style>
background-color css
<style>
a { background-color: #0F174D; }
a { background-color: rgb(15,23,77); }
div.DivClassName
{
background-color: #0F174D;
}
.BgClassName
{
background-color: #0F174D;
}
</style>
border-color css
<style>
span { border-color: #0F174D; }
span { border-color: rgb(15,23,77); }
td.TdClassName
{
border-color: #0F174D;
}
.TagClassName
{
border-color: #0F174D;
}
</style>