Shades of Midnight Express #01183C
Tints of Midnight Express #01183C
RGB
CMYK
RGB Variations
Color information
#01183C (or 0x01183C) is known color: Midnight Express. HEX triplet: 01, 18 and 3C. RGB value is (1,24,60). Sum of RGB (Red+Green+Blue) = 1+24+60=85 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.18% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #01183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01183C is #FEE7C3. Grayscale: #151515. Windows color (decimal): -16705476 or 3938305. OLE color: 3938305.
HSL color Cylindrical-coordinate representation of color #01183C: hue angle of 216.61º 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 #01183C is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 24 | 60 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.76 |
| HSL | 216.61º | 0.97% | 0.12% | - |
| HSV(B) | 216.61º | 0.98% | 0.24% | - |
| XYZ | 1.15 | 0.99 | 4.4 | - |
| YUV | 21.23 | 149.88 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 60 | 0.98 | 0.60 | 0 | 0.76 | 216.61 | 0.97 | 0.12 |
| Hex | 1 | 18 | 3C | 62 | 3C | 0 | 4C | D9 | 61 | C |
| Octal | 1 | 30 | 74 | 142 | 74 | 0 | 114 | 331 | 141 | 14 |
| Binary | 1 | 11000 | 111100 | 1100010 | 111100 | 0 | 1001100 | 11011001 | 1100001 | 1100 |
Color Harmonies of #01183C
Complementary color
Monochromatic Colors of #01183C
Black with #01183C
Text Example
Text Example
White with #01183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01183C; }
p { color: rgb(1,24,60); }
H1.HeaderClassName
{
color: #01183C;
}
.AnyTagClassName
{
color: #01183C;
}
</style>
background-color css
<style>
a { background-color: #01183C; }
a { background-color: rgb(1,24,60); }
div.DivClassName
{
background-color: #01183C;
}
.BgClassName
{
background-color: #01183C;
}
</style>
border-color css
<style>
span { border-color: #01183C; }
span { border-color: rgb(1,24,60); }
td.TdClassName
{
border-color: #01183C;
}
.TagClassName
{
border-color: #01183C;
}
</style>