Shades of Midnight Express #0F192D
Tints of Midnight Express #0F192D
RGB
CMYK
RGB Variations
Color information
#0F192D (or 0x0F192D) is known color: Midnight Express. HEX triplet: 0F, 19 and 2D. RGB value is (15,25,45). Sum of RGB (Red+Green+Blue) = 15+25+45=85 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.65% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #0F192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F192D is #F0E6D2. Grayscale: #181818. Windows color (decimal): -15787731 or 2955535. OLE color: 2955535.
HSL color Cylindrical-coordinate representation of color #0F192D: hue angle of 220º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F192D is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 15 | 25 | 45 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.82 |
| HSL | 220º | 0.5% | 0.12% | - |
| HSV(B) | 220º | 0.67% | 0.18% | - |
| XYZ | 1.02 | 0.99 | 2.62 | - |
| YUV | 24.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 25 | 45 | 0.67 | 0.44 | 0 | 0.82 | 220 | 0.5 | 0.12 |
| Hex | F | 19 | 2D | 43 | 2C | 0 | 52 | DC | 32 | C |
| Octal | 17 | 31 | 55 | 103 | 54 | 0 | 122 | 334 | 62 | 14 |
| Binary | 1111 | 11001 | 101101 | 1000011 | 101100 | 0 | 1010010 | 11011100 | 110010 | 1100 |
Color Harmonies of #0F192D
Complementary color
Monochromatic Colors of #0F192D
Black with #0F192D
Text Example
Text Example
White with #0F192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F192D; }
p { color: rgb(15,25,45); }
H1.HeaderClassName
{
color: #0F192D;
}
.AnyTagClassName
{
color: #0F192D;
}
</style>
background-color css
<style>
a { background-color: #0F192D; }
a { background-color: rgb(15,25,45); }
div.DivClassName
{
background-color: #0F192D;
}
.BgClassName
{
background-color: #0F192D;
}
</style>
border-color css
<style>
span { border-color: #0F192D; }
span { border-color: rgb(15,25,45); }
td.TdClassName
{
border-color: #0F192D;
}
.TagClassName
{
border-color: #0F192D;
}
</style>