Shades of Midnight Express #00133E
Tints of Midnight Express #00133E
RGB
CMYK
RGB Variations
Color information
#00133E (or 0x00133E) is known color: Midnight Express. HEX triplet: 00, 13 and 3E. RGB value is (0,19,62). Sum of RGB (Red+Green+Blue) = 0+19+62=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 62 (24.61% from 255 or 76.54% from 81); Max value from RGB is 62 - color contains mainly: blue. Hex color #00133E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00133E is #FFECC1. Grayscale: #121212. Windows color (decimal): -16772290 or 4068096. OLE color: 4068096.
HSL color Cylindrical-coordinate representation of color #00133E: hue angle of 221.61º 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 #00133E is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 19 | 62 | - |
| CMYK | 1 | 0.69 | 0 | 0.76 |
| HSL | 221.61º | 1% | 0.12% | - |
| HSV(B) | 221.61º | 1% | 0.24% | - |
| XYZ | 1.1 | 0.81 | 4.66 | - |
| YUV | 18.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 62 | 1 | 0.69 | 0 | 0.76 | 221.61 | 1 | 0.12 |
| Hex | 0 | 13 | 3E | 64 | 45 | 0 | 4C | DE | 64 | C |
| Octal | 0 | 23 | 76 | 144 | 105 | 0 | 114 | 336 | 144 | 14 |
| Binary | 0 | 10011 | 111110 | 1100100 | 1000101 | 0 | 1001100 | 11011110 | 1100100 | 1100 |
Color Harmonies of #00133E
Complementary color
Monochromatic Colors of #00133E
Black with #00133E
Text Example
Text Example
White with #00133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00133E; }
p { color: rgb(0,19,62); }
H1.HeaderClassName
{
color: #00133E;
}
.AnyTagClassName
{
color: #00133E;
}
</style>
background-color css
<style>
a { background-color: #00133E; }
a { background-color: rgb(0,19,62); }
div.DivClassName
{
background-color: #00133E;
}
.BgClassName
{
background-color: #00133E;
}
</style>
border-color css
<style>
span { border-color: #00133E; }
span { border-color: rgb(0,19,62); }
td.TdClassName
{
border-color: #00133E;
}
.TagClassName
{
border-color: #00133E;
}
</style>