Shades of Midnight Express #010F3C
Tints of Midnight Express #010F3C
RGB
CMYK
RGB Variations
Color information
#010F3C (or 0x010F3C) is known color: Midnight Express. HEX triplet: 01, 0F and 3C. RGB value is (1,15,60). Sum of RGB (Red+Green+Blue) = 1+15+60=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #010F3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F3C is #FEF0C3. Grayscale: #0F0F0F. Windows color (decimal): -16707780 or 3936001. OLE color: 3936001.
HSL color Cylindrical-coordinate representation of color #010F3C: hue angle of 225.76º 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 #010F3C is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 15 | 60 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.76 |
| HSL | 225.76º | 0.97% | 0.12% | - |
| HSV(B) | 225.76º | 0.98% | 0.24% | - |
| XYZ | 1 | 0.67 | 4.35 | - |
| YUV | 15.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 15 | 60 | 0.98 | 0.75 | 0 | 0.76 | 225.76 | 0.97 | 0.12 |
| Hex | 1 | F | 3C | 62 | 4B | 0 | 4C | E2 | 61 | C |
| Octal | 1 | 17 | 74 | 142 | 113 | 0 | 114 | 342 | 141 | 14 |
| Binary | 1 | 1111 | 111100 | 1100010 | 1001011 | 0 | 1001100 | 11100010 | 1100001 | 1100 |
Color Harmonies of #010F3C
Complementary color
Monochromatic Colors of #010F3C
Black with #010F3C
Text Example
Text Example
White with #010F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010F3C; }
p { color: rgb(1,15,60); }
H1.HeaderClassName
{
color: #010F3C;
}
.AnyTagClassName
{
color: #010F3C;
}
</style>
background-color css
<style>
a { background-color: #010F3C; }
a { background-color: rgb(1,15,60); }
div.DivClassName
{
background-color: #010F3C;
}
.BgClassName
{
background-color: #010F3C;
}
</style>
border-color css
<style>
span { border-color: #010F3C; }
span { border-color: rgb(1,15,60); }
td.TdClassName
{
border-color: #010F3C;
}
.TagClassName
{
border-color: #010F3C;
}
</style>