Shades of Midnight Express #00133B
Tints of Midnight Express #00133B
RGB
CMYK
RGB Variations
Color information
#00133B (or 0x00133B) is known color: Midnight Express. HEX triplet: 00, 13 and 3B. RGB value is (0,19,59). Sum of RGB (Red+Green+Blue) = 0+19+59=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 59 (23.44% from 255 or 75.64% from 78); Max value from RGB is 59 - color contains mainly: blue. Hex color #00133B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00133B is #FFECC4. Grayscale: #111111. Windows color (decimal): -16772293 or 3871488. OLE color: 3871488.
HSL color Cylindrical-coordinate representation of color #00133B: hue angle of 220.68º 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 #00133B is Cyan = 1, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 19 | 59 | - |
| CMYK | 1 | 0.68 | 0 | 0.77 |
| HSL | 220.68º | 1% | 0.12% | - |
| HSV(B) | 220.68º | 1% | 0.23% | - |
| XYZ | 1.02 | 0.78 | 4.23 | - |
| YUV | 17.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 59 | 1 | 0.68 | 0 | 0.77 | 220.68 | 1 | 0.12 |
| Hex | 0 | 13 | 3B | 64 | 44 | 0 | 4D | DD | 64 | C |
| Octal | 0 | 23 | 73 | 144 | 104 | 0 | 115 | 335 | 144 | 14 |
| Binary | 0 | 10011 | 111011 | 1100100 | 1000100 | 0 | 1001101 | 11011101 | 1100100 | 1100 |
Color Harmonies of #00133B
Complementary color
Monochromatic Colors of #00133B
Black with #00133B
Text Example
Text Example
White with #00133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00133B; }
p { color: rgb(0,19,59); }
H1.HeaderClassName
{
color: #00133B;
}
.AnyTagClassName
{
color: #00133B;
}
</style>
background-color css
<style>
a { background-color: #00133B; }
a { background-color: rgb(0,19,59); }
div.DivClassName
{
background-color: #00133B;
}
.BgClassName
{
background-color: #00133B;
}
</style>
border-color css
<style>
span { border-color: #00133B; }
span { border-color: rgb(0,19,59); }
td.TdClassName
{
border-color: #00133B;
}
.TagClassName
{
border-color: #00133B;
}
</style>