Shades of Midnight Express #00183B
Tints of Midnight Express #00183B
RGB
CMYK
RGB Variations
Color information
#00183B (or 0x00183B) is known color: Midnight Express. HEX triplet: 00, 18 and 3B. RGB value is (0,24,59). Sum of RGB (Red+Green+Blue) = 0+24+59=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 59 (23.44% from 255 or 71.08% from 83); Max value from RGB is 59 - color contains mainly: blue. Hex color #00183B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00183B is #FFE7C4. Grayscale: #141414. Windows color (decimal): -16771013 or 3872768. OLE color: 3872768.
HSL color Cylindrical-coordinate representation of color #00183B: hue angle of 215.59º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00183B is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 24 | 59 | - |
| CMYK | 1 | 0.59 | 0 | 0.77 |
| HSL | 215.59º | 1% | 0.12% | - |
| HSV(B) | 215.59º | 1% | 0.23% | - |
| XYZ | 1.12 | 0.97 | 4.27 | - |
| YUV | 20.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 59 | 1 | 0.59 | 0 | 0.77 | 215.59 | 1 | 0.12 |
| Hex | 0 | 18 | 3B | 64 | 3B | 0 | 4D | D8 | 64 | C |
| Octal | 0 | 30 | 73 | 144 | 73 | 0 | 115 | 330 | 144 | 14 |
| Binary | 0 | 11000 | 111011 | 1100100 | 111011 | 0 | 1001101 | 11011000 | 1100100 | 1100 |
Color Harmonies of #00183B
Complementary color
Monochromatic Colors of #00183B
Black with #00183B
Text Example
Text Example
White with #00183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00183B; }
p { color: rgb(0,24,59); }
H1.HeaderClassName
{
color: #00183B;
}
.AnyTagClassName
{
color: #00183B;
}
</style>
background-color css
<style>
a { background-color: #00183B; }
a { background-color: rgb(0,24,59); }
div.DivClassName
{
background-color: #00183B;
}
.BgClassName
{
background-color: #00183B;
}
</style>
border-color css
<style>
span { border-color: #00183B; }
span { border-color: rgb(0,24,59); }
td.TdClassName
{
border-color: #00183B;
}
.TagClassName
{
border-color: #00183B;
}
</style>