Shades of Midnight Express #01153C
Tints of Midnight Express #01153C
RGB
CMYK
RGB Variations
Color information
#01153C (or 0x01153C) is known color: Midnight Express. HEX triplet: 01, 15 and 3C. RGB value is (1,21,60). Sum of RGB (Red+Green+Blue) = 1+21+60=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 60 (23.83% from 255 or 73.17% from 82); Max value from RGB is 60 - color contains mainly: blue. Hex color #01153C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01153C is #FEEAC3. Grayscale: #131313. Windows color (decimal): -16706244 or 3937537. OLE color: 3937537.
HSL color Cylindrical-coordinate representation of color #01153C: hue angle of 219.66º 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 #01153C is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 21 | 60 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.76 |
| HSL | 219.66º | 0.97% | 0.12% | - |
| HSV(B) | 219.66º | 0.98% | 0.24% | - |
| XYZ | 1.1 | 0.87 | 4.38 | - |
| YUV | 19.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 60 | 0.98 | 0.65 | 0 | 0.76 | 219.66 | 0.97 | 0.12 |
| Hex | 1 | 15 | 3C | 62 | 41 | 0 | 4C | DC | 61 | C |
| Octal | 1 | 25 | 74 | 142 | 101 | 0 | 114 | 334 | 141 | 14 |
| Binary | 1 | 10101 | 111100 | 1100010 | 1000001 | 0 | 1001100 | 11011100 | 1100001 | 1100 |
Color Harmonies of #01153C
Complementary color
Monochromatic Colors of #01153C
Black with #01153C
Text Example
Text Example
White with #01153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01153C; }
p { color: rgb(1,21,60); }
H1.HeaderClassName
{
color: #01153C;
}
.AnyTagClassName
{
color: #01153C;
}
</style>
background-color css
<style>
a { background-color: #01153C; }
a { background-color: rgb(1,21,60); }
div.DivClassName
{
background-color: #01153C;
}
.BgClassName
{
background-color: #01153C;
}
</style>
border-color css
<style>
span { border-color: #01153C; }
span { border-color: rgb(1,21,60); }
td.TdClassName
{
border-color: #01153C;
}
.TagClassName
{
border-color: #01153C;
}
</style>