Shades of Midnight Express #02103D
Tints of Midnight Express #02103D
RGB
CMYK
RGB Variations
Color information
#02103D (or 0x02103D) is known color: Midnight Express. HEX triplet: 02, 10 and 3D. RGB value is (2,16,61). Sum of RGB (Red+Green+Blue) = 2+16+61=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 61 (24.22% from 255 or 77.22% from 79); Max value from RGB is 61 - color contains mainly: blue. Hex color #02103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02103D is #FDEFC2. Grayscale: #101010. Windows color (decimal): -16641987 or 4001794. OLE color: 4001794.
HSL color Cylindrical-coordinate representation of color #02103D: hue angle of 225.76º 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 #02103D is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 16 | 61 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.76 |
| HSL | 225.76º | 0.94% | 0.12% | - |
| HSV(B) | 225.76º | 0.97% | 0.24% | - |
| XYZ | 1.05 | 0.72 | 4.5 | - |
| YUV | 16.94 | 152.86 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 16 | 61 | 0.97 | 0.74 | 0 | 0.76 | 225.76 | 0.94 | 0.12 |
| Hex | 2 | 10 | 3D | 61 | 4A | 0 | 4C | E2 | 5E | C |
| Octal | 2 | 20 | 75 | 141 | 112 | 0 | 114 | 342 | 136 | 14 |
| Binary | 10 | 10000 | 111101 | 1100001 | 1001010 | 0 | 1001100 | 11100010 | 1011110 | 1100 |
Color Harmonies of #02103D
Complementary color
Monochromatic Colors of #02103D
Black with #02103D
Text Example
Text Example
White with #02103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02103D; }
p { color: rgb(2,16,61); }
H1.HeaderClassName
{
color: #02103D;
}
.AnyTagClassName
{
color: #02103D;
}
</style>
background-color css
<style>
a { background-color: #02103D; }
a { background-color: rgb(2,16,61); }
div.DivClassName
{
background-color: #02103D;
}
.BgClassName
{
background-color: #02103D;
}
</style>
border-color css
<style>
span { border-color: #02103D; }
span { border-color: rgb(2,16,61); }
td.TdClassName
{
border-color: #02103D;
}
.TagClassName
{
border-color: #02103D;
}
</style>