Shades of Midnight Express #02132F
Tints of Midnight Express #02132F
RGB
CMYK
RGB Variations
Color information
#02132F (or 0x02132F) is known color: Midnight Express. HEX triplet: 02, 13 and 2F. RGB value is (2,19,47). Sum of RGB (Red+Green+Blue) = 2+19+47=68 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.94% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #02132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02132F is #FDECD0. Grayscale: #101010. Windows color (decimal): -16641233 or 3085058. OLE color: 3085058.
HSL color Cylindrical-coordinate representation of color #02132F: hue angle of 217.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02132F is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 2 | 19 | 47 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.82 |
| HSL | 217.33º | 0.92% | 0.1% | - |
| HSV(B) | 217.33º | 0.96% | 0.18% | - |
| XYZ | 0.77 | 0.68 | 2.78 | - |
| YUV | 17.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 19 | 47 | 0.96 | 0.60 | 0 | 0.82 | 217.33 | 0.92 | 0.1 |
| Hex | 2 | 13 | 2F | 60 | 3C | 0 | 52 | D9 | 5C | A |
| Octal | 2 | 23 | 57 | 140 | 74 | 0 | 122 | 331 | 134 | 12 |
| Binary | 10 | 10011 | 101111 | 1100000 | 111100 | 0 | 1010010 | 11011001 | 1011100 | 1010 |
Color Harmonies of #02132F
Complementary color
Monochromatic Colors of #02132F
Black with #02132F
Text Example
Text Example
White with #02132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02132F; }
p { color: rgb(2,19,47); }
H1.HeaderClassName
{
color: #02132F;
}
.AnyTagClassName
{
color: #02132F;
}
</style>
background-color css
<style>
a { background-color: #02132F; }
a { background-color: rgb(2,19,47); }
div.DivClassName
{
background-color: #02132F;
}
.BgClassName
{
background-color: #02132F;
}
</style>
border-color css
<style>
span { border-color: #02132F; }
span { border-color: rgb(2,19,47); }
td.TdClassName
{
border-color: #02132F;
}
.TagClassName
{
border-color: #02132F;
}
</style>