Shades of Midnight Express #010F2D
Tints of Midnight Express #010F2D
RGB
CMYK
RGB Variations
Color information
#010F2D (or 0x010F2D) is known color: Midnight Express. HEX triplet: 01, 0F and 2D. RGB value is (1,15,45). Sum of RGB (Red+Green+Blue) = 1+15+45=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 15 (6.25% from 255 or 24.59% from 61); Blue value is 45 (17.97% from 255 or 73.77% from 61); Max value from RGB is 45 - color contains mainly: blue. Hex color #010F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F2D is #FEF0D2. Grayscale: #0E0E0E. Windows color (decimal): -16707795 or 2952961. OLE color: 2952961.
HSL color Cylindrical-coordinate representation of color #010F2D: hue angle of 220.91º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F2D is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 15 | 45 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.82 |
| HSL | 220.91º | 0.96% | 0.09% | - |
| HSV(B) | 220.91º | 0.98% | 0.18% | - |
| XYZ | 0.66 | 0.54 | 2.55 | - |
| YUV | 14.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 45 | 0.98 | 0.67 | 0 | 0.82 | 220.91 | 0.96 | 0.09 |
| Hex | 1 | F | 2D | 62 | 43 | 0 | 52 | DD | 60 | 9 |
| Octal | 1 | 17 | 55 | 142 | 103 | 0 | 122 | 335 | 140 | 11 |
| Binary | 1 | 1111 | 101101 | 1100010 | 1000011 | 0 | 1010010 | 11011101 | 1100000 | 1001 |
Color Harmonies of #010F2D
Complementary color
Monochromatic Colors of #010F2D
Black with #010F2D
Text Example
Text Example
White with #010F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F2D; }
p { color: rgb(1,15,45); }
H1.HeaderClassName
{
color: #010F2D;
}
.AnyTagClassName
{
color: #010F2D;
}
</style>
background-color css
<style>
a { background-color: #010F2D; }
a { background-color: rgb(1,15,45); }
div.DivClassName
{
background-color: #010F2D;
}
.BgClassName
{
background-color: #010F2D;
}
</style>
border-color css
<style>
span { border-color: #010F2D; }
span { border-color: rgb(1,15,45); }
td.TdClassName
{
border-color: #010F2D;
}
.TagClassName
{
border-color: #010F2D;
}
</style>