Shades of Midnight Express #0F164A
Tints of Midnight Express #0F164A
RGB
CMYK
RGB Variations
Color information
#0F164A (or 0x0F164A) is known color: Midnight Express. HEX triplet: 0F, 16 and 4A. RGB value is (15,22,74). Sum of RGB (Red+Green+Blue) = 15+22+74=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 74 (29.30% from 255 or 66.67% from 111); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F164A is #F0E9B5. Grayscale: #191919. Windows color (decimal): -15788470 or 4855311. OLE color: 4855311.
HSL color Cylindrical-coordinate representation of color #0F164A: hue angle of 232.88º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F164A is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 22 | 74 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.71 |
| HSL | 232.88º | 0.66% | 0.17% | - |
| HSV(B) | 232.88º | 0.8% | 0.29% | - |
| XYZ | 1.72 | 1.17 | 6.61 | - |
| YUV | 25.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 22 | 74 | 0.80 | 0.70 | 0 | 0.71 | 232.88 | 0.66 | 0.17 |
| Hex | F | 16 | 4A | 50 | 46 | 0 | 47 | E9 | 42 | 11 |
| Octal | 17 | 26 | 112 | 120 | 106 | 0 | 107 | 351 | 102 | 21 |
| Binary | 1111 | 10110 | 1001010 | 1010000 | 1000110 | 0 | 1000111 | 11101001 | 1000010 | 10001 |
Color Harmonies of #0F164A
Complementary color
Monochromatic Colors of #0F164A
Black with #0F164A
Text Example
Text Example
White with #0F164A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F164A; }
p { color: rgb(15,22,74); }
H1.HeaderClassName
{
color: #0F164A;
}
.AnyTagClassName
{
color: #0F164A;
}
</style>
background-color css
<style>
a { background-color: #0F164A; }
a { background-color: rgb(15,22,74); }
div.DivClassName
{
background-color: #0F164A;
}
.BgClassName
{
background-color: #0F164A;
}
</style>
border-color css
<style>
span { border-color: #0F164A; }
span { border-color: rgb(15,22,74); }
td.TdClassName
{
border-color: #0F164A;
}
.TagClassName
{
border-color: #0F164A;
}
</style>