Shades of Midnight Express #0F1A36
Tints of Midnight Express #0F1A36
RGB
CMYK
RGB Variations
Color information
#0F1A36 (or 0x0F1A36) is known color: Midnight Express. HEX triplet: 0F, 1A and 36. RGB value is (15,26,54). Sum of RGB (Red+Green+Blue) = 15+26+54=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #0F1A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1A36 is #F0E5C9. Grayscale: #191919. Windows color (decimal): -15787466 or 3545615. OLE color: 3545615.
HSL color Cylindrical-coordinate representation of color #0F1A36: hue angle of 223.08º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F1A36 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 26 | 54 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.79 |
| HSL | 223.08º | 0.57% | 0.14% | - |
| HSV(B) | 223.08º | 0.72% | 0.21% | - |
| XYZ | 1.23 | 1.11 | 3.64 | - |
| YUV | 25.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 54 | 0.72 | 0.52 | 0 | 0.79 | 223.08 | 0.57 | 0.14 |
| Hex | F | 1A | 36 | 48 | 34 | 0 | 4F | DF | 39 | E |
| Octal | 17 | 32 | 66 | 110 | 64 | 0 | 117 | 337 | 71 | 16 |
| Binary | 1111 | 11010 | 110110 | 1001000 | 110100 | 0 | 1001111 | 11011111 | 111001 | 1110 |
Color Harmonies of #0F1A36
Complementary color
Monochromatic Colors of #0F1A36
Black with #0F1A36
Text Example
Text Example
White with #0F1A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A36; }
p { color: rgb(15,26,54); }
H1.HeaderClassName
{
color: #0F1A36;
}
.AnyTagClassName
{
color: #0F1A36;
}
</style>
background-color css
<style>
a { background-color: #0F1A36; }
a { background-color: rgb(15,26,54); }
div.DivClassName
{
background-color: #0F1A36;
}
.BgClassName
{
background-color: #0F1A36;
}
</style>
border-color css
<style>
span { border-color: #0F1A36; }
span { border-color: rgb(15,26,54); }
td.TdClassName
{
border-color: #0F1A36;
}
.TagClassName
{
border-color: #0F1A36;
}
</style>