Shades of Midnight Express #02103F
Tints of Midnight Express #02103F
RGB
CMYK
RGB Variations
Color information
#02103F (or 0x02103F) is known color: Midnight Express. HEX triplet: 02, 10 and 3F. RGB value is (2,16,63). Sum of RGB (Red+Green+Blue) = 2+16+63=81 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.47% from 81); Green value is 16 (6.64% from 255 or 19.75% from 81); Blue value is 63 (25% from 255 or 77.78% from 81); Max value from RGB is 63 - color contains mainly: blue. Hex color #02103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02103F is #FDEFC0. Grayscale: #101010. Windows color (decimal): -16641985 or 4132866. OLE color: 4132866.
HSL color Cylindrical-coordinate representation of color #02103F: hue angle of 226.23º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02103F is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 16 | 63 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.75 |
| HSL | 226.23º | 0.94% | 0.13% | - |
| HSV(B) | 226.23º | 0.97% | 0.25% | - |
| XYZ | 1.11 | 0.74 | 4.79 | - |
| YUV | 17.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 63 | 0.97 | 0.75 | 0 | 0.75 | 226.23 | 0.94 | 0.13 |
| Hex | 2 | 10 | 3F | 61 | 4B | 0 | 4B | E2 | 5E | D |
| Octal | 2 | 20 | 77 | 141 | 113 | 0 | 113 | 342 | 136 | 15 |
| Binary | 10 | 10000 | 111111 | 1100001 | 1001011 | 0 | 1001011 | 11100010 | 1011110 | 1101 |
Color Harmonies of #02103F
Complementary color
Monochromatic Colors of #02103F
Black with #02103F
Text Example
Text Example
White with #02103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02103F; }
p { color: rgb(2,16,63); }
H1.HeaderClassName
{
color: #02103F;
}
.AnyTagClassName
{
color: #02103F;
}
</style>
background-color css
<style>
a { background-color: #02103F; }
a { background-color: rgb(2,16,63); }
div.DivClassName
{
background-color: #02103F;
}
.BgClassName
{
background-color: #02103F;
}
</style>
border-color css
<style>
span { border-color: #02103F; }
span { border-color: rgb(2,16,63); }
td.TdClassName
{
border-color: #02103F;
}
.TagClassName
{
border-color: #02103F;
}
</style>