Shades of Midnight Express #0F1834
Tints of Midnight Express #0F1834
RGB
CMYK
RGB Variations
Color information
#0F1834 (or 0x0F1834) is known color: Midnight Express. HEX triplet: 0F, 18 and 34. RGB value is (15,24,52). Sum of RGB (Red+Green+Blue) = 15+24+52=91 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.48% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 52 (20.70% from 255 or 57.14% from 91); Max value from RGB is 52 - color contains mainly: blue. Hex color #0F1834 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1834 is #F0E7CB. Grayscale: #181818. Windows color (decimal): -15787980 or 3414031. OLE color: 3414031.
HSL color Cylindrical-coordinate representation of color #0F1834: hue angle of 225.41º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F1834 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 24 | 52 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.80 |
| HSL | 225.41º | 0.55% | 0.13% | - |
| HSV(B) | 225.41º | 0.71% | 0.2% | - |
| XYZ | 1.14 | 1 | 3.38 | - |
| YUV | 24.5 | 143.52 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 24 | 52 | 0.71 | 0.54 | 0 | 0.80 | 225.41 | 0.55 | 0.13 |
| Hex | F | 18 | 34 | 47 | 36 | 0 | 50 | E1 | 37 | D |
| Octal | 17 | 30 | 64 | 107 | 66 | 0 | 120 | 341 | 67 | 15 |
| Binary | 1111 | 11000 | 110100 | 1000111 | 110110 | 0 | 1010000 | 11100001 | 110111 | 1101 |
Color Harmonies of #0F1834
Complementary color
Monochromatic Colors of #0F1834
Black with #0F1834
Text Example
Text Example
White with #0F1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1834; }
p { color: rgb(15,24,52); }
H1.HeaderClassName
{
color: #0F1834;
}
.AnyTagClassName
{
color: #0F1834;
}
</style>
background-color css
<style>
a { background-color: #0F1834; }
a { background-color: rgb(15,24,52); }
div.DivClassName
{
background-color: #0F1834;
}
.BgClassName
{
background-color: #0F1834;
}
</style>
border-color css
<style>
span { border-color: #0F1834; }
span { border-color: rgb(15,24,52); }
td.TdClassName
{
border-color: #0F1834;
}
.TagClassName
{
border-color: #0F1834;
}
</style>