Shades of Midnight Express #00123B
Tints of Midnight Express #00123B
RGB
CMYK
RGB Variations
Color information
#00123B (or 0x00123B) is known color: Midnight Express. HEX triplet: 00, 12 and 3B. RGB value is (0,18,59). Sum of RGB (Red+Green+Blue) = 0+18+59=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 59 (23.44% from 255 or 76.62% from 77); Max value from RGB is 59 - color contains mainly: blue. Hex color #00123B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00123B is #FFEDC4. Grayscale: #111111. Windows color (decimal): -16772549 or 3871232. OLE color: 3871232.
HSL color Cylindrical-coordinate representation of color #00123B: hue angle of 221.69º 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 #00123B is Cyan = 1, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 18 | 59 | - |
| CMYK | 1 | 0.69 | 0 | 0.77 |
| HSL | 221.69º | 1% | 0.12% | - |
| HSV(B) | 221.69º | 1% | 0.23% | - |
| XYZ | 1.01 | 0.75 | 4.23 | - |
| YUV | 17.29 | 151.54 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 59 | 1 | 0.69 | 0 | 0.77 | 221.69 | 1 | 0.12 |
| Hex | 0 | 12 | 3B | 64 | 45 | 0 | 4D | DE | 64 | C |
| Octal | 0 | 22 | 73 | 144 | 105 | 0 | 115 | 336 | 144 | 14 |
| Binary | 0 | 10010 | 111011 | 1100100 | 1000101 | 0 | 1001101 | 11011110 | 1100100 | 1100 |
Color Harmonies of #00123B
Complementary color
Monochromatic Colors of #00123B
Black with #00123B
Text Example
Text Example
White with #00123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00123B; }
p { color: rgb(0,18,59); }
H1.HeaderClassName
{
color: #00123B;
}
.AnyTagClassName
{
color: #00123B;
}
</style>
background-color css
<style>
a { background-color: #00123B; }
a { background-color: rgb(0,18,59); }
div.DivClassName
{
background-color: #00123B;
}
.BgClassName
{
background-color: #00123B;
}
</style>
border-color css
<style>
span { border-color: #00123B; }
span { border-color: rgb(0,18,59); }
td.TdClassName
{
border-color: #00123B;
}
.TagClassName
{
border-color: #00123B;
}
</style>