Shades of Midnight Express #010F45
Tints of Midnight Express #010F45
RGB
CMYK
RGB Variations
Color information
#010F45 (or 0x010F45) is known color: Midnight Express. HEX triplet: 01, 0F and 45. RGB value is (1,15,69). Sum of RGB (Red+Green+Blue) = 1+15+69=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 69 (27.34% from 255 or 81.18% from 85); Max value from RGB is 69 - color contains mainly: blue. Hex color #010F45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F45 is #FEF0BA. Grayscale: #101010. Windows color (decimal): -16707771 or 4525825. OLE color: 4525825.
HSL color Cylindrical-coordinate representation of color #010F45: hue angle of 227.65º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010F45 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 15 | 69 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.73 |
| HSL | 227.65º | 0.97% | 0.14% | - |
| HSV(B) | 227.65º | 0.99% | 0.27% | - |
| XYZ | 1.26 | 0.78 | 5.71 | - |
| YUV | 16.97 | 157.36 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 69 | 0.99 | 0.78 | 0 | 0.73 | 227.65 | 0.97 | 0.14 |
| Hex | 1 | F | 45 | 63 | 4E | 0 | 49 | E4 | 61 | E |
| Octal | 1 | 17 | 105 | 143 | 116 | 0 | 111 | 344 | 141 | 16 |
| Binary | 1 | 1111 | 1000101 | 1100011 | 1001110 | 0 | 1001001 | 11100100 | 1100001 | 1110 |
Color Harmonies of #010F45
Complementary color
Monochromatic Colors of #010F45
Black with #010F45
Text Example
Text Example
White with #010F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F45; }
p { color: rgb(1,15,69); }
H1.HeaderClassName
{
color: #010F45;
}
.AnyTagClassName
{
color: #010F45;
}
</style>
background-color css
<style>
a { background-color: #010F45; }
a { background-color: rgb(1,15,69); }
div.DivClassName
{
background-color: #010F45;
}
.BgClassName
{
background-color: #010F45;
}
</style>
border-color css
<style>
span { border-color: #010F45; }
span { border-color: rgb(1,15,69); }
td.TdClassName
{
border-color: #010F45;
}
.TagClassName
{
border-color: #010F45;
}
</style>