Shades of Midnight Express #0F1E44
Tints of Midnight Express #0F1E44
RGB
CMYK
RGB Variations
Color information
#0F1E44 (or 0x0F1E44) is known color: Midnight Express. HEX triplet: 0F, 1E and 44. RGB value is (15,30,68). Sum of RGB (Red+Green+Blue) = 15+30+68=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F1E44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1E44 is #F0E1BB. Grayscale: #1D1D1D. Windows color (decimal): -15786428 or 4464143. OLE color: 4464143.
HSL color Cylindrical-coordinate representation of color #0F1E44: hue angle of 223.02º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F1E44 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 15 | 30 | 68 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.73 |
| HSL | 223.02º | 0.64% | 0.16% | - |
| HSV(B) | 223.02º | 0.78% | 0.27% | - |
| XYZ | 1.7 | 1.45 | 5.66 | - |
| YUV | 29.85 | 149.53 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 68 | 0.78 | 0.56 | 0 | 0.73 | 223.02 | 0.64 | 0.16 |
| Hex | F | 1E | 44 | 4E | 38 | 0 | 49 | DF | 40 | 10 |
| Octal | 17 | 36 | 104 | 116 | 70 | 0 | 111 | 337 | 100 | 20 |
| Binary | 1111 | 11110 | 1000100 | 1001110 | 111000 | 0 | 1001001 | 11011111 | 1000000 | 10000 |
Color Harmonies of #0F1E44
Complementary color
Monochromatic Colors of #0F1E44
Black with #0F1E44
Text Example
Text Example
White with #0F1E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E44; }
p { color: rgb(15,30,68); }
H1.HeaderClassName
{
color: #0F1E44;
}
.AnyTagClassName
{
color: #0F1E44;
}
</style>
background-color css
<style>
a { background-color: #0F1E44; }
a { background-color: rgb(15,30,68); }
div.DivClassName
{
background-color: #0F1E44;
}
.BgClassName
{
background-color: #0F1E44;
}
</style>
border-color css
<style>
span { border-color: #0F1E44; }
span { border-color: rgb(15,30,68); }
td.TdClassName
{
border-color: #0F1E44;
}
.TagClassName
{
border-color: #0F1E44;
}
</style>