Shades of Midnight Express #0F1E35
Tints of Midnight Express #0F1E35
RGB
CMYK
RGB Variations
Color information
#0F1E35 (or 0x0F1E35) is known color: Midnight Express. HEX triplet: 0F, 1E and 35. RGB value is (15,30,53). Sum of RGB (Red+Green+Blue) = 15+30+53=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 53 (21.09% from 255 or 54.08% from 98); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F1E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F1E35 is #F0E1CA. Grayscale: #1C1C1C. Windows color (decimal): -15786443 or 3481103. OLE color: 3481103.
HSL color Cylindrical-coordinate representation of color #0F1E35: hue angle of 216.32º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F1E35 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 30 | 53 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.79 |
| HSL | 216.32º | 0.56% | 0.13% | - |
| HSV(B) | 216.32º | 0.72% | 0.21% | - |
| XYZ | 1.3 | 1.29 | 3.55 | - |
| YUV | 28.14 | 142.03 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 30 | 53 | 0.72 | 0.43 | 0 | 0.79 | 216.32 | 0.56 | 0.13 |
| Hex | F | 1E | 35 | 48 | 2B | 0 | 4F | D8 | 38 | D |
| Octal | 17 | 36 | 65 | 110 | 53 | 0 | 117 | 330 | 70 | 15 |
| Binary | 1111 | 11110 | 110101 | 1001000 | 101011 | 0 | 1001111 | 11011000 | 111000 | 1101 |
Color Harmonies of #0F1E35
Complementary color
Monochromatic Colors of #0F1E35
Black with #0F1E35
Text Example
Text Example
White with #0F1E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1E35; }
p { color: rgb(15,30,53); }
H1.HeaderClassName
{
color: #0F1E35;
}
.AnyTagClassName
{
color: #0F1E35;
}
</style>
background-color css
<style>
a { background-color: #0F1E35; }
a { background-color: rgb(15,30,53); }
div.DivClassName
{
background-color: #0F1E35;
}
.BgClassName
{
background-color: #0F1E35;
}
</style>
border-color css
<style>
span { border-color: #0F1E35; }
span { border-color: rgb(15,30,53); }
td.TdClassName
{
border-color: #0F1E35;
}
.TagClassName
{
border-color: #0F1E35;
}
</style>