Shades of Midnight Express #02153C
Tints of Midnight Express #02153C
RGB
CMYK
RGB Variations
Color information
#02153C (or 0x02153C) is known color: Midnight Express. HEX triplet: 02, 15 and 3C. RGB value is (2,21,60). Sum of RGB (Red+Green+Blue) = 2+21+60=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 60 (23.83% from 255 or 72.29% from 83); Max value from RGB is 60 - color contains mainly: blue. Hex color #02153C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02153C is #FDEAC3. Grayscale: #131313. Windows color (decimal): -16640708 or 3937538. OLE color: 3937538.
HSL color Cylindrical-coordinate representation of color #02153C: hue angle of 220.34º 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 #02153C is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 21 | 60 | - |
| CMYK | 0.97 | 0.65 | 0 | 0.76 |
| HSL | 220.34º | 0.94% | 0.12% | - |
| HSV(B) | 220.34º | 0.97% | 0.24% | - |
| XYZ | 1.11 | 0.88 | 4.39 | - |
| YUV | 19.77 | 150.71 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 21 | 60 | 0.97 | 0.65 | 0 | 0.76 | 220.34 | 0.94 | 0.12 |
| Hex | 2 | 15 | 3C | 61 | 41 | 0 | 4C | DC | 5E | C |
| Octal | 2 | 25 | 74 | 141 | 101 | 0 | 114 | 334 | 136 | 14 |
| Binary | 10 | 10101 | 111100 | 1100001 | 1000001 | 0 | 1001100 | 11011100 | 1011110 | 1100 |
Color Harmonies of #02153C
Complementary color
Monochromatic Colors of #02153C
Black with #02153C
Text Example
Text Example
White with #02153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02153C; }
p { color: rgb(2,21,60); }
H1.HeaderClassName
{
color: #02153C;
}
.AnyTagClassName
{
color: #02153C;
}
</style>
background-color css
<style>
a { background-color: #02153C; }
a { background-color: rgb(2,21,60); }
div.DivClassName
{
background-color: #02153C;
}
.BgClassName
{
background-color: #02153C;
}
</style>
border-color css
<style>
span { border-color: #02153C; }
span { border-color: rgb(2,21,60); }
td.TdClassName
{
border-color: #02153C;
}
.TagClassName
{
border-color: #02153C;
}
</style>