Shades of Midnight Express #0F0D43
Tints of Midnight Express #0F0D43
RGB
CMYK
RGB Variations
Color information
#0F0D43 (or 0x0F0D43) is known color: Midnight Express. HEX triplet: 0F, 0D and 43. RGB value is (15,13,67). Sum of RGB (Red+Green+Blue) = 15+13+67=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 67 (26.56% from 255 or 70.53% from 95); Max value from RGB is 67 - color contains mainly: blue. Hex color #0F0D43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D43 is #F0F2BC. Grayscale: #131313. Windows color (decimal): -15790781 or 4394255. OLE color: 4394255.
HSL color Cylindrical-coordinate representation of color #0F0D43: hue angle of 242.22º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F0D43 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 13 | 67 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.74 |
| HSL | 242.22º | 0.68% | 0.16% | - |
| HSV(B) | 242.22º | 0.81% | 0.26% | - |
| XYZ | 1.35 | 0.79 | 5.39 | - |
| YUV | 19.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 13 | 67 | 0.78 | 0.81 | 0 | 0.74 | 242.22 | 0.68 | 0.16 |
| Hex | F | D | 43 | 4E | 51 | 0 | 4A | F2 | 44 | 10 |
| Octal | 17 | 15 | 103 | 116 | 121 | 0 | 112 | 362 | 104 | 20 |
| Binary | 1111 | 1101 | 1000011 | 1001110 | 1010001 | 0 | 1001010 | 11110010 | 1000100 | 10000 |
Color Harmonies of #0F0D43
Complementary color
Monochromatic Colors of #0F0D43
Black with #0F0D43
Text Example
Text Example
White with #0F0D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D43; }
p { color: rgb(15,13,67); }
H1.HeaderClassName
{
color: #0F0D43;
}
.AnyTagClassName
{
color: #0F0D43;
}
</style>
background-color css
<style>
a { background-color: #0F0D43; }
a { background-color: rgb(15,13,67); }
div.DivClassName
{
background-color: #0F0D43;
}
.BgClassName
{
background-color: #0F0D43;
}
</style>
border-color css
<style>
span { border-color: #0F0D43; }
span { border-color: rgb(15,13,67); }
td.TdClassName
{
border-color: #0F0D43;
}
.TagClassName
{
border-color: #0F0D43;
}
</style>