Shades of Midnight Express #0F194A
Tints of Midnight Express #0F194A
RGB
CMYK
RGB Variations
Color information
#0F194A (or 0x0F194A) is known color: Midnight Express. HEX triplet: 0F, 19 and 4A. RGB value is (15,25,74). Sum of RGB (Red+Green+Blue) = 15+25+74=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F194A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F194A is #F0E6B5. Grayscale: #1B1B1B. Windows color (decimal): -15787702 or 4856079. OLE color: 4856079.
HSL color Cylindrical-coordinate representation of color #0F194A: hue angle of 229.83º 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 #0F194A is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 25 | 74 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.71 |
| HSL | 229.83º | 0.66% | 0.17% | - |
| HSV(B) | 229.83º | 0.8% | 0.29% | - |
| XYZ | 1.78 | 1.29 | 6.63 | - |
| YUV | 27.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 74 | 0.80 | 0.66 | 0 | 0.71 | 229.83 | 0.66 | 0.17 |
| Hex | F | 19 | 4A | 50 | 42 | 0 | 47 | E6 | 42 | 11 |
| Octal | 17 | 31 | 112 | 120 | 102 | 0 | 107 | 346 | 102 | 21 |
| Binary | 1111 | 11001 | 1001010 | 1010000 | 1000010 | 0 | 1000111 | 11100110 | 1000010 | 10001 |
Color Harmonies of #0F194A
Complementary color
Monochromatic Colors of #0F194A
Black with #0F194A
Text Example
Text Example
White with #0F194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F194A; }
p { color: rgb(15,25,74); }
H1.HeaderClassName
{
color: #0F194A;
}
.AnyTagClassName
{
color: #0F194A;
}
</style>
background-color css
<style>
a { background-color: #0F194A; }
a { background-color: rgb(15,25,74); }
div.DivClassName
{
background-color: #0F194A;
}
.BgClassName
{
background-color: #0F194A;
}
</style>
border-color css
<style>
span { border-color: #0F194A; }
span { border-color: rgb(15,25,74); }
td.TdClassName
{
border-color: #0F194A;
}
.TagClassName
{
border-color: #0F194A;
}
</style>