Shades of Midnight Express #02123D
Tints of Midnight Express #02123D
RGB
CMYK
RGB Variations
Color information
#02123D (or 0x02123D) is known color: Midnight Express. HEX triplet: 02, 12 and 3D. RGB value is (2,18,61). Sum of RGB (Red+Green+Blue) = 2+18+61=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 61 (24.22% from 255 or 75.31% from 81); Max value from RGB is 61 - color contains mainly: blue. Hex color #02123D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02123D is #FDEDC2. Grayscale: #111111. Windows color (decimal): -16641475 or 4002306. OLE color: 4002306.
HSL color Cylindrical-coordinate representation of color #02123D: hue angle of 223.73º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02123D is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 18 | 61 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.76 |
| HSL | 223.73º | 0.94% | 0.12% | - |
| HSV(B) | 223.73º | 0.97% | 0.24% | - |
| XYZ | 1.08 | 0.78 | 4.51 | - |
| YUV | 18.12 | 152.2 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 18 | 61 | 0.97 | 0.70 | 0 | 0.76 | 223.73 | 0.94 | 0.12 |
| Hex | 2 | 12 | 3D | 61 | 46 | 0 | 4C | E0 | 5E | C |
| Octal | 2 | 22 | 75 | 141 | 106 | 0 | 114 | 340 | 136 | 14 |
| Binary | 10 | 10010 | 111101 | 1100001 | 1000110 | 0 | 1001100 | 11100000 | 1011110 | 1100 |
Color Harmonies of #02123D
Complementary color
Monochromatic Colors of #02123D
Black with #02123D
Text Example
Text Example
White with #02123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02123D; }
p { color: rgb(2,18,61); }
H1.HeaderClassName
{
color: #02123D;
}
.AnyTagClassName
{
color: #02123D;
}
</style>
background-color css
<style>
a { background-color: #02123D; }
a { background-color: rgb(2,18,61); }
div.DivClassName
{
background-color: #02123D;
}
.BgClassName
{
background-color: #02123D;
}
</style>
border-color css
<style>
span { border-color: #02123D; }
span { border-color: rgb(2,18,61); }
td.TdClassName
{
border-color: #02123D;
}
.TagClassName
{
border-color: #02123D;
}
</style>