Shades of Midnight Express #00183F
Tints of Midnight Express #00183F
RGB
CMYK
RGB Variations
Color information
#00183F (or 0x00183F) is known color: Midnight Express. HEX triplet: 00, 18 and 3F. RGB value is (0,24,63). Sum of RGB (Red+Green+Blue) = 0+24+63=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 63 (25% from 255 or 72.41% from 87); Max value from RGB is 63 - color contains mainly: blue. Hex color #00183F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00183F is #FFE7C0. Grayscale: #151515. Windows color (decimal): -16771009 or 4134912. OLE color: 4134912.
HSL color Cylindrical-coordinate representation of color #00183F: hue angle of 217.14º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00183F is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 24 | 63 | - |
| CMYK | 1 | 0.62 | 0 | 0.75 |
| HSL | 217.14º | 1% | 0.12% | - |
| HSV(B) | 217.14º | 1% | 0.25% | - |
| XYZ | 1.22 | 1.01 | 4.83 | - |
| YUV | 21.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 63 | 1 | 0.62 | 0 | 0.75 | 217.14 | 1 | 0.12 |
| Hex | 0 | 18 | 3F | 64 | 3E | 0 | 4B | D9 | 64 | C |
| Octal | 0 | 30 | 77 | 144 | 76 | 0 | 113 | 331 | 144 | 14 |
| Binary | 0 | 11000 | 111111 | 1100100 | 111110 | 0 | 1001011 | 11011001 | 1100100 | 1100 |
Color Harmonies of #00183F
Complementary color
Monochromatic Colors of #00183F
Black with #00183F
Text Example
Text Example
White with #00183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00183F; }
p { color: rgb(0,24,63); }
H1.HeaderClassName
{
color: #00183F;
}
.AnyTagClassName
{
color: #00183F;
}
</style>
background-color css
<style>
a { background-color: #00183F; }
a { background-color: rgb(0,24,63); }
div.DivClassName
{
background-color: #00183F;
}
.BgClassName
{
background-color: #00183F;
}
</style>
border-color css
<style>
span { border-color: #00183F; }
span { border-color: rgb(0,24,63); }
td.TdClassName
{
border-color: #00183F;
}
.TagClassName
{
border-color: #00183F;
}
</style>