Shades of Midnight Express #010B41
Tints of Midnight Express #010B41
RGB
CMYK
RGB Variations
Color information
#010B41 (or 0x010B41) is known color: Midnight Express. HEX triplet: 01, 0B and 41. RGB value is (1,11,65). Sum of RGB (Red+Green+Blue) = 1+11+65=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 11 (4.69% from 255 or 14.29% from 77); Blue value is 65 (25.78% from 255 or 84.42% from 77); Max value from RGB is 65 - color contains mainly: blue. Hex color #010B41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B41 is #FEF4BE. Grayscale: #0D0D0D. Windows color (decimal): -16708799 or 4262657. OLE color: 4262657.
HSL color Cylindrical-coordinate representation of color #010B41: hue angle of 230.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010B41 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 11 | 65 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.75 |
| HSL | 230.63º | 0.97% | 0.13% | - |
| HSV(B) | 230.63º | 0.98% | 0.25% | - |
| XYZ | 1.09 | 0.63 | 5.06 | - |
| YUV | 14.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 65 | 0.98 | 0.83 | 0 | 0.75 | 230.63 | 0.97 | 0.13 |
| Hex | 1 | B | 41 | 62 | 53 | 0 | 4B | E7 | 61 | D |
| Octal | 1 | 13 | 101 | 142 | 123 | 0 | 113 | 347 | 141 | 15 |
| Binary | 1 | 1011 | 1000001 | 1100010 | 1010011 | 0 | 1001011 | 11100111 | 1100001 | 1101 |
Color Harmonies of #010B41
Complementary color
Monochromatic Colors of #010B41
Black with #010B41
Text Example
Text Example
White with #010B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B41; }
p { color: rgb(1,11,65); }
H1.HeaderClassName
{
color: #010B41;
}
.AnyTagClassName
{
color: #010B41;
}
</style>
background-color css
<style>
a { background-color: #010B41; }
a { background-color: rgb(1,11,65); }
div.DivClassName
{
background-color: #010B41;
}
.BgClassName
{
background-color: #010B41;
}
</style>
border-color css
<style>
span { border-color: #010B41; }
span { border-color: rgb(1,11,65); }
td.TdClassName
{
border-color: #010B41;
}
.TagClassName
{
border-color: #010B41;
}
</style>