Shades of Midnight Express #0F0F35
Tints of Midnight Express #0F0F35
RGB
CMYK
RGB Variations
Color information
#0F0F35 (or 0x0F0F35) is known color: Midnight Express. HEX triplet: 0F, 0F and 35. RGB value is (15,15,53). Sum of RGB (Red+Green+Blue) = 15+15+53=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 53 (21.09% from 255 or 63.86% from 83); Max value from RGB is 53 - color contains mainly: blue. Hex color #0F0F35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0F35 is #F0F0CA. Grayscale: #131313. Windows color (decimal): -15790283 or 3477263. OLE color: 3477263.
HSL color Cylindrical-coordinate representation of color #0F0F35: hue angle of 240º 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 #0F0F35 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 15 | 53 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.79 |
| HSL | 240º | 0.56% | 0.13% | - |
| HSV(B) | 240º | 0.72% | 0.21% | - |
| XYZ | 1.01 | 0.7 | 3.45 | - |
| YUV | 19.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 15 | 53 | 0.72 | 0.72 | 0 | 0.79 | 240 | 0.56 | 0.13 |
| Hex | F | F | 35 | 48 | 48 | 0 | 4F | F0 | 38 | D |
| Octal | 17 | 17 | 65 | 110 | 110 | 0 | 117 | 360 | 70 | 15 |
| Binary | 1111 | 1111 | 110101 | 1001000 | 1001000 | 0 | 1001111 | 11110000 | 111000 | 1101 |
Color Harmonies of #0F0F35
Complementary color
Monochromatic Colors of #0F0F35
Black with #0F0F35
Text Example
Text Example
White with #0F0F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0F35; }
p { color: rgb(15,15,53); }
H1.HeaderClassName
{
color: #0F0F35;
}
.AnyTagClassName
{
color: #0F0F35;
}
</style>
background-color css
<style>
a { background-color: #0F0F35; }
a { background-color: rgb(15,15,53); }
div.DivClassName
{
background-color: #0F0F35;
}
.BgClassName
{
background-color: #0F0F35;
}
</style>
border-color css
<style>
span { border-color: #0F0F35; }
span { border-color: rgb(15,15,53); }
td.TdClassName
{
border-color: #0F0F35;
}
.TagClassName
{
border-color: #0F0F35;
}
</style>