Shades of Midnight Express #0F0C43
Tints of Midnight Express #0F0C43
RGB
CMYK
RGB Variations
Color information
#0F0C43 (or 0x0F0C43) is known color: Midnight Express. HEX triplet: 0F, 0C and 43. RGB value is (15,12,67). Sum of RGB (Red+Green+Blue) = 15+12+67=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 67 (26.56% from 255 or 71.28% from 94); Max value from RGB is 67 - color contains mainly: blue. Hex color #0F0C43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C43 is #F0F3BC. Grayscale: #121212. Windows color (decimal): -15791037 or 4393999. OLE color: 4393999.
HSL color Cylindrical-coordinate representation of color #0F0C43: hue angle of 243.27º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F0C43 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 15 | 12 | 67 | - |
| CMYK | 0.78 | 0.82 | 0 | 0.74 |
| HSL | 243.27º | 0.7% | 0.15% | - |
| HSV(B) | 243.27º | 0.82% | 0.26% | - |
| XYZ | 1.34 | 0.77 | 5.39 | - |
| YUV | 19.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 67 | 0.78 | 0.82 | 0 | 0.74 | 243.27 | 0.7 | 0.15 |
| Hex | F | C | 43 | 4E | 52 | 0 | 4A | F3 | 46 | F |
| Octal | 17 | 14 | 103 | 116 | 122 | 0 | 112 | 363 | 106 | 17 |
| Binary | 1111 | 1100 | 1000011 | 1001110 | 1010010 | 0 | 1001010 | 11110011 | 1000110 | 1111 |
Color Harmonies of #0F0C43
Complementary color
Monochromatic Colors of #0F0C43
Black with #0F0C43
Text Example
Text Example
White with #0F0C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0C43; }
p { color: rgb(15,12,67); }
H1.HeaderClassName
{
color: #0F0C43;
}
.AnyTagClassName
{
color: #0F0C43;
}
</style>
background-color css
<style>
a { background-color: #0F0C43; }
a { background-color: rgb(15,12,67); }
div.DivClassName
{
background-color: #0F0C43;
}
.BgClassName
{
background-color: #0F0C43;
}
</style>
border-color css
<style>
span { border-color: #0F0C43; }
span { border-color: rgb(15,12,67); }
td.TdClassName
{
border-color: #0F0C43;
}
.TagClassName
{
border-color: #0F0C43;
}
</style>