Shades of Midnight Express #02183C
Tints of Midnight Express #02183C
RGB
CMYK
RGB Variations
Color information
#02183C (or 0x02183C) is known color: Midnight Express. HEX triplet: 02, 18 and 3C. RGB value is (2,24,60). Sum of RGB (Red+Green+Blue) = 2+24+60=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #02183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02183C is #FDE7C3. Grayscale: #151515. Windows color (decimal): -16639940 or 3938306. OLE color: 3938306.
HSL color Cylindrical-coordinate representation of color #02183C: hue angle of 217.24º 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 #02183C is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 24 | 60 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.76 |
| HSL | 217.24º | 0.94% | 0.12% | - |
| HSV(B) | 217.24º | 0.97% | 0.24% | - |
| XYZ | 1.17 | 0.99 | 4.4 | - |
| YUV | 21.53 | 149.71 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 60 | 0.97 | 0.60 | 0 | 0.76 | 217.24 | 0.94 | 0.12 |
| Hex | 2 | 18 | 3C | 61 | 3C | 0 | 4C | D9 | 5E | C |
| Octal | 2 | 30 | 74 | 141 | 74 | 0 | 114 | 331 | 136 | 14 |
| Binary | 10 | 11000 | 111100 | 1100001 | 111100 | 0 | 1001100 | 11011001 | 1011110 | 1100 |
Color Harmonies of #02183C
Complementary color
Monochromatic Colors of #02183C
Black with #02183C
Text Example
Text Example
White with #02183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02183C; }
p { color: rgb(2,24,60); }
H1.HeaderClassName
{
color: #02183C;
}
.AnyTagClassName
{
color: #02183C;
}
</style>
background-color css
<style>
a { background-color: #02183C; }
a { background-color: rgb(2,24,60); }
div.DivClassName
{
background-color: #02183C;
}
.BgClassName
{
background-color: #02183C;
}
</style>
border-color css
<style>
span { border-color: #02183C; }
span { border-color: rgb(2,24,60); }
td.TdClassName
{
border-color: #02183C;
}
.TagClassName
{
border-color: #02183C;
}
</style>