Shades of Midnight Express #010F2A
Tints of Midnight Express #010F2A
RGB
CMYK
RGB Variations
Color information
#010F2A (or 0x010F2A) is known color: Midnight Express. HEX triplet: 01, 0F and 2A. RGB value is (1,15,42). Sum of RGB (Red+Green+Blue) = 1+15+42=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #010F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F2A is #FEF0D5. Grayscale: #0D0D0D. Windows color (decimal): -16707798 or 2756353. OLE color: 2756353.
HSL color Cylindrical-coordinate representation of color #010F2A: hue angle of 219.51º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F2A is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 15 | 42 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.84 |
| HSL | 219.51º | 0.95% | 0.08% | - |
| HSV(B) | 219.51º | 0.98% | 0.16% | - |
| XYZ | 0.6 | 0.52 | 2.26 | - |
| YUV | 13.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 42 | 0.98 | 0.64 | 0 | 0.84 | 219.51 | 0.95 | 0.08 |
| Hex | 1 | F | 2A | 62 | 40 | 0 | 54 | DC | 5F | 8 |
| Octal | 1 | 17 | 52 | 142 | 100 | 0 | 124 | 334 | 137 | 10 |
| Binary | 1 | 1111 | 101010 | 1100010 | 1000000 | 0 | 1010100 | 11011100 | 1011111 | 1000 |
Color Harmonies of #010F2A
Complementary color
Monochromatic Colors of #010F2A
Black with #010F2A
Text Example
Text Example
White with #010F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F2A; }
p { color: rgb(1,15,42); }
H1.HeaderClassName
{
color: #010F2A;
}
.AnyTagClassName
{
color: #010F2A;
}
</style>
background-color css
<style>
a { background-color: #010F2A; }
a { background-color: rgb(1,15,42); }
div.DivClassName
{
background-color: #010F2A;
}
.BgClassName
{
background-color: #010F2A;
}
</style>
border-color css
<style>
span { border-color: #010F2A; }
span { border-color: rgb(1,15,42); }
td.TdClassName
{
border-color: #010F2A;
}
.TagClassName
{
border-color: #010F2A;
}
</style>