Shades of Midnight Express #02183D
Tints of Midnight Express #02183D
RGB
CMYK
RGB Variations
Color information
#02183D (or 0x02183D) is known color: Midnight Express. HEX triplet: 02, 18 and 3D. RGB value is (2,24,61). Sum of RGB (Red+Green+Blue) = 2+24+61=87 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.30% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #02183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02183D is #FDE7C2. Grayscale: #151515. Windows color (decimal): -16639939 or 4003842. OLE color: 4003842.
HSL color Cylindrical-coordinate representation of color #02183D: hue angle of 217.63º 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 #02183D is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 24 | 61 | - |
| CMYK | 0.97 | 0.61 | 0 | 0.76 |
| HSL | 217.63º | 0.94% | 0.12% | - |
| HSV(B) | 217.63º | 0.97% | 0.24% | - |
| XYZ | 1.19 | 1 | 4.55 | - |
| YUV | 21.64 | 150.21 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 24 | 61 | 0.97 | 0.61 | 0 | 0.76 | 217.63 | 0.94 | 0.12 |
| Hex | 2 | 18 | 3D | 61 | 3D | 0 | 4C | DA | 5E | C |
| Octal | 2 | 30 | 75 | 141 | 75 | 0 | 114 | 332 | 136 | 14 |
| Binary | 10 | 11000 | 111101 | 1100001 | 111101 | 0 | 1001100 | 11011010 | 1011110 | 1100 |
Color Harmonies of #02183D
Complementary color
Monochromatic Colors of #02183D
Black with #02183D
Text Example
Text Example
White with #02183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02183D; }
p { color: rgb(2,24,61); }
H1.HeaderClassName
{
color: #02183D;
}
.AnyTagClassName
{
color: #02183D;
}
</style>
background-color css
<style>
a { background-color: #02183D; }
a { background-color: rgb(2,24,61); }
div.DivClassName
{
background-color: #02183D;
}
.BgClassName
{
background-color: #02183D;
}
</style>
border-color css
<style>
span { border-color: #02183D; }
span { border-color: rgb(2,24,61); }
td.TdClassName
{
border-color: #02183D;
}
.TagClassName
{
border-color: #02183D;
}
</style>