Shades of Midnight Express #010F3E
Tints of Midnight Express #010F3E
RGB
CMYK
RGB Variations
Color information
#010F3E (or 0x010F3E) is known color: Midnight Express. HEX triplet: 01, 0F and 3E. RGB value is (1,15,62). Sum of RGB (Red+Green+Blue) = 1+15+62=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 62 (24.61% from 255 or 79.49% from 78); Max value from RGB is 62 - color contains mainly: blue. Hex color #010F3E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F3E is #FEF0C1. Grayscale: #0F0F0F. Windows color (decimal): -16707778 or 4067073. OLE color: 4067073.
HSL color Cylindrical-coordinate representation of color #010F3E: hue angle of 226.23º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F3E is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 15 | 62 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.76 |
| HSL | 226.23º | 0.97% | 0.12% | - |
| HSV(B) | 226.23º | 0.98% | 0.24% | - |
| XYZ | 1.05 | 0.7 | 4.64 | - |
| YUV | 16.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 62 | 0.98 | 0.76 | 0 | 0.76 | 226.23 | 0.97 | 0.12 |
| Hex | 1 | F | 3E | 62 | 4C | 0 | 4C | E2 | 61 | C |
| Octal | 1 | 17 | 76 | 142 | 114 | 0 | 114 | 342 | 141 | 14 |
| Binary | 1 | 1111 | 111110 | 1100010 | 1001100 | 0 | 1001100 | 11100010 | 1100001 | 1100 |
Color Harmonies of #010F3E
Complementary color
Monochromatic Colors of #010F3E
Black with #010F3E
Text Example
Text Example
White with #010F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F3E; }
p { color: rgb(1,15,62); }
H1.HeaderClassName
{
color: #010F3E;
}
.AnyTagClassName
{
color: #010F3E;
}
</style>
background-color css
<style>
a { background-color: #010F3E; }
a { background-color: rgb(1,15,62); }
div.DivClassName
{
background-color: #010F3E;
}
.BgClassName
{
background-color: #010F3E;
}
</style>
border-color css
<style>
span { border-color: #010F3E; }
span { border-color: rgb(1,15,62); }
td.TdClassName
{
border-color: #010F3E;
}
.TagClassName
{
border-color: #010F3E;
}
</style>