Shades of Midnight Express #0F164D
Tints of Midnight Express #0F164D
RGB
CMYK
RGB Variations
Color information
#0F164D (or 0x0F164D) is known color: Midnight Express. HEX triplet: 0F, 16 and 4D. RGB value is (15,22,77). Sum of RGB (Red+Green+Blue) = 15+22+77=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #0F164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F164D is #F0E9B2. Grayscale: #191919. Windows color (decimal): -15788467 or 5051919. OLE color: 5051919.
HSL color Cylindrical-coordinate representation of color #0F164D: hue angle of 233.23º 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 #0F164D is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 22 | 77 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.70 |
| HSL | 233.23º | 0.67% | 0.18% | - |
| HSV(B) | 233.23º | 0.81% | 0.3% | - |
| XYZ | 1.82 | 1.21 | 7.16 | - |
| YUV | 26.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 77 | 0.81 | 0.71 | 0 | 0.70 | 233.23 | 0.67 | 0.18 |
| Hex | F | 16 | 4D | 51 | 47 | 0 | 46 | E9 | 43 | 12 |
| Octal | 17 | 26 | 115 | 121 | 107 | 0 | 106 | 351 | 103 | 22 |
| Binary | 1111 | 10110 | 1001101 | 1010001 | 1000111 | 0 | 1000110 | 11101001 | 1000011 | 10010 |
Color Harmonies of #0F164D
Complementary color
Monochromatic Colors of #0F164D
Black with #0F164D
Text Example
Text Example
White with #0F164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F164D; }
p { color: rgb(15,22,77); }
H1.HeaderClassName
{
color: #0F164D;
}
.AnyTagClassName
{
color: #0F164D;
}
</style>
background-color css
<style>
a { background-color: #0F164D; }
a { background-color: rgb(15,22,77); }
div.DivClassName
{
background-color: #0F164D;
}
.BgClassName
{
background-color: #0F164D;
}
</style>
border-color css
<style>
span { border-color: #0F164D; }
span { border-color: rgb(15,22,77); }
td.TdClassName
{
border-color: #0F164D;
}
.TagClassName
{
border-color: #0F164D;
}
</style>