Shades of Midnight Express #00183D
Tints of Midnight Express #00183D
RGB
CMYK
RGB Variations
Color information
#00183D (or 0x00183D) is known color: Midnight Express. HEX triplet: 00, 18 and 3D. RGB value is (0,24,61). Sum of RGB (Red+Green+Blue) = 0+24+61=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 61 (24.22% from 255 or 71.76% from 85); Max value from RGB is 61 - color contains mainly: blue. Hex color #00183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00183D is #FFE7C2. Grayscale: #141414. Windows color (decimal): -16771011 or 4003840. OLE color: 4003840.
HSL color Cylindrical-coordinate representation of color #00183D: hue angle of 216.39º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00183D is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 24 | 61 | - |
| CMYK | 1 | 0.61 | 0 | 0.76 |
| HSL | 216.39º | 1% | 0.12% | - |
| HSV(B) | 216.39º | 1% | 0.24% | - |
| XYZ | 1.17 | 0.99 | 4.54 | - |
| YUV | 21.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 61 | 1 | 0.61 | 0 | 0.76 | 216.39 | 1 | 0.12 |
| Hex | 0 | 18 | 3D | 64 | 3D | 0 | 4C | D8 | 64 | C |
| Octal | 0 | 30 | 75 | 144 | 75 | 0 | 114 | 330 | 144 | 14 |
| Binary | 0 | 11000 | 111101 | 1100100 | 111101 | 0 | 1001100 | 11011000 | 1100100 | 1100 |
Color Harmonies of #00183D
Complementary color
Monochromatic Colors of #00183D
Black with #00183D
Text Example
Text Example
White with #00183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00183D; }
p { color: rgb(0,24,61); }
H1.HeaderClassName
{
color: #00183D;
}
.AnyTagClassName
{
color: #00183D;
}
</style>
background-color css
<style>
a { background-color: #00183D; }
a { background-color: rgb(0,24,61); }
div.DivClassName
{
background-color: #00183D;
}
.BgClassName
{
background-color: #00183D;
}
</style>
border-color css
<style>
span { border-color: #00183D; }
span { border-color: rgb(0,24,61); }
td.TdClassName
{
border-color: #00183D;
}
.TagClassName
{
border-color: #00183D;
}
</style>