Shades of Midnight Express #00143B
Tints of Midnight Express #00143B
RGB
CMYK
RGB Variations
Color information
#00143B (or 0x00143B) is known color: Midnight Express. HEX triplet: 00, 14 and 3B. RGB value is (0,20,59). Sum of RGB (Red+Green+Blue) = 0+20+59=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 59 (23.44% from 255 or 74.68% from 79); Max value from RGB is 59 - color contains mainly: blue. Hex color #00143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00143B is #FFEBC4. Grayscale: #121212. Windows color (decimal): -16772037 or 3871744. OLE color: 3871744.
HSL color Cylindrical-coordinate representation of color #00143B: hue angle of 219.66º 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 #00143B is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 20 | 59 | - |
| CMYK | 1 | 0.66 | 0 | 0.77 |
| HSL | 219.66º | 1% | 0.12% | - |
| HSV(B) | 219.66º | 1% | 0.23% | - |
| XYZ | 1.04 | 0.82 | 4.24 | - |
| YUV | 18.47 | 150.87 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 59 | 1 | 0.66 | 0 | 0.77 | 219.66 | 1 | 0.12 |
| Hex | 0 | 14 | 3B | 64 | 42 | 0 | 4D | DC | 64 | C |
| Octal | 0 | 24 | 73 | 144 | 102 | 0 | 115 | 334 | 144 | 14 |
| Binary | 0 | 10100 | 111011 | 1100100 | 1000010 | 0 | 1001101 | 11011100 | 1100100 | 1100 |
Color Harmonies of #00143B
Complementary color
Monochromatic Colors of #00143B
Black with #00143B
Text Example
Text Example
White with #00143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00143B; }
p { color: rgb(0,20,59); }
H1.HeaderClassName
{
color: #00143B;
}
.AnyTagClassName
{
color: #00143B;
}
</style>
background-color css
<style>
a { background-color: #00143B; }
a { background-color: rgb(0,20,59); }
div.DivClassName
{
background-color: #00143B;
}
.BgClassName
{
background-color: #00143B;
}
</style>
border-color css
<style>
span { border-color: #00143B; }
span { border-color: rgb(0,20,59); }
td.TdClassName
{
border-color: #00143B;
}
.TagClassName
{
border-color: #00143B;
}
</style>