Shades of Midnight Express #010F38
Tints of Midnight Express #010F38
RGB
CMYK
RGB Variations
Color information
#010F38 (or 0x010F38) is known color: Midnight Express. HEX triplet: 01, 0F and 38. RGB value is (1,15,56). Sum of RGB (Red+Green+Blue) = 1+15+56=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 15 (6.25% from 255 or 20.83% from 72); Blue value is 56 (22.27% from 255 or 77.78% from 72); Max value from RGB is 56 - color contains mainly: blue. Hex color #010F38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F38 is #FEF0C7. Grayscale: #0F0F0F. Windows color (decimal): -16707784 or 3673857. OLE color: 3673857.
HSL color Cylindrical-coordinate representation of color #010F38: hue angle of 224.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010F38 is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 15 | 56 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.78 |
| HSL | 224.73º | 0.96% | 0.11% | - |
| HSV(B) | 224.73º | 0.98% | 0.22% | - |
| XYZ | 0.9 | 0.63 | 3.82 | - |
| YUV | 15.49 | 150.86 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 56 | 0.98 | 0.73 | 0 | 0.78 | 224.73 | 0.96 | 0.11 |
| Hex | 1 | F | 38 | 62 | 49 | 0 | 4E | E1 | 60 | B |
| Octal | 1 | 17 | 70 | 142 | 111 | 0 | 116 | 341 | 140 | 13 |
| Binary | 1 | 1111 | 111000 | 1100010 | 1001001 | 0 | 1001110 | 11100001 | 1100000 | 1011 |
Color Harmonies of #010F38
Complementary color
Monochromatic Colors of #010F38
Black with #010F38
Text Example
Text Example
White with #010F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F38; }
p { color: rgb(1,15,56); }
H1.HeaderClassName
{
color: #010F38;
}
.AnyTagClassName
{
color: #010F38;
}
</style>
background-color css
<style>
a { background-color: #010F38; }
a { background-color: rgb(1,15,56); }
div.DivClassName
{
background-color: #010F38;
}
.BgClassName
{
background-color: #010F38;
}
</style>
border-color css
<style>
span { border-color: #010F38; }
span { border-color: rgb(1,15,56); }
td.TdClassName
{
border-color: #010F38;
}
.TagClassName
{
border-color: #010F38;
}
</style>