Shades of Midnight Express #0F192F
Tints of Midnight Express #0F192F
RGB
CMYK
RGB Variations
Color information
#0F192F (or 0x0F192F) is known color: Midnight Express. HEX triplet: 0F, 19 and 2F. RGB value is (15,25,47). Sum of RGB (Red+Green+Blue) = 15+25+47=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #0F192F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F192F is #F0E6D0. Grayscale: #181818. Windows color (decimal): -15787729 or 3086607. OLE color: 3086607.
HSL color Cylindrical-coordinate representation of color #0F192F: hue angle of 221.25º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F192F is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 25 | 47 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.82 |
| HSL | 221.25º | 0.52% | 0.12% | - |
| HSV(B) | 221.25º | 0.68% | 0.18% | - |
| XYZ | 1.06 | 1 | 2.83 | - |
| YUV | 24.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 47 | 0.68 | 0.47 | 0 | 0.82 | 221.25 | 0.52 | 0.12 |
| Hex | F | 19 | 2F | 44 | 2F | 0 | 52 | DD | 34 | C |
| Octal | 17 | 31 | 57 | 104 | 57 | 0 | 122 | 335 | 64 | 14 |
| Binary | 1111 | 11001 | 101111 | 1000100 | 101111 | 0 | 1010010 | 11011101 | 110100 | 1100 |
Color Harmonies of #0F192F
Complementary color
Monochromatic Colors of #0F192F
Black with #0F192F
Text Example
Text Example
White with #0F192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F192F; }
p { color: rgb(15,25,47); }
H1.HeaderClassName
{
color: #0F192F;
}
.AnyTagClassName
{
color: #0F192F;
}
</style>
background-color css
<style>
a { background-color: #0F192F; }
a { background-color: rgb(15,25,47); }
div.DivClassName
{
background-color: #0F192F;
}
.BgClassName
{
background-color: #0F192F;
}
</style>
border-color css
<style>
span { border-color: #0F192F; }
span { border-color: rgb(15,25,47); }
td.TdClassName
{
border-color: #0F192F;
}
.TagClassName
{
border-color: #0F192F;
}
</style>