Shades of Midnight Express #02103E
Tints of Midnight Express #02103E
RGB
CMYK
RGB Variations
Color information
#02103E (or 0x02103E) is known color: Midnight Express. HEX triplet: 02, 10 and 3E. RGB value is (2,16,62). Sum of RGB (Red+Green+Blue) = 2+16+62=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 62 (24.61% from 255 or 77.5% from 80); Max value from RGB is 62 - color contains mainly: blue. Hex color #02103E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02103E is #FDEFC1. Grayscale: #101010. Windows color (decimal): -16641986 or 4067330. OLE color: 4067330.
HSL color Cylindrical-coordinate representation of color #02103E: hue angle of 226º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02103E is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 16 | 62 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.76 |
| HSL | 226º | 0.94% | 0.13% | - |
| HSV(B) | 226º | 0.97% | 0.24% | - |
| XYZ | 1.08 | 0.73 | 4.64 | - |
| YUV | 17.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 62 | 0.97 | 0.74 | 0 | 0.76 | 226 | 0.94 | 0.13 |
| Hex | 2 | 10 | 3E | 61 | 4A | 0 | 4C | E2 | 5E | D |
| Octal | 2 | 20 | 76 | 141 | 112 | 0 | 114 | 342 | 136 | 15 |
| Binary | 10 | 10000 | 111110 | 1100001 | 1001010 | 0 | 1001100 | 11100010 | 1011110 | 1101 |
Color Harmonies of #02103E
Complementary color
Monochromatic Colors of #02103E
Black with #02103E
Text Example
Text Example
White with #02103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02103E; }
p { color: rgb(2,16,62); }
H1.HeaderClassName
{
color: #02103E;
}
.AnyTagClassName
{
color: #02103E;
}
</style>
background-color css
<style>
a { background-color: #02103E; }
a { background-color: rgb(2,16,62); }
div.DivClassName
{
background-color: #02103E;
}
.BgClassName
{
background-color: #02103E;
}
</style>
border-color css
<style>
span { border-color: #02103E; }
span { border-color: rgb(2,16,62); }
td.TdClassName
{
border-color: #02103E;
}
.TagClassName
{
border-color: #02103E;
}
</style>