Shades of Midnight Express #02173C
Tints of Midnight Express #02173C
RGB
CMYK
RGB Variations
Color information
#02173C (or 0x02173C) is known color: Midnight Express. HEX triplet: 02, 17 and 3C. RGB value is (2,23,60). Sum of RGB (Red+Green+Blue) = 2+23+60=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #02173C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02173C is #FDE8C3. Grayscale: #141414. Windows color (decimal): -16640196 or 3938050. OLE color: 3938050.
HSL color Cylindrical-coordinate representation of color #02173C: hue angle of 218.28º 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 #02173C is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 23 | 60 | - |
| CMYK | 0.97 | 0.62 | 0 | 0.76 |
| HSL | 218.28º | 0.94% | 0.12% | - |
| HSV(B) | 218.28º | 0.97% | 0.24% | - |
| XYZ | 1.15 | 0.95 | 4.4 | - |
| YUV | 20.94 | 150.04 | 114.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 23 | 60 | 0.97 | 0.62 | 0 | 0.76 | 218.28 | 0.94 | 0.12 |
| Hex | 2 | 17 | 3C | 61 | 3E | 0 | 4C | DA | 5E | C |
| Octal | 2 | 27 | 74 | 141 | 76 | 0 | 114 | 332 | 136 | 14 |
| Binary | 10 | 10111 | 111100 | 1100001 | 111110 | 0 | 1001100 | 11011010 | 1011110 | 1100 |
Color Harmonies of #02173C
Complementary color
Monochromatic Colors of #02173C
Black with #02173C
Text Example
Text Example
White with #02173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02173C; }
p { color: rgb(2,23,60); }
H1.HeaderClassName
{
color: #02173C;
}
.AnyTagClassName
{
color: #02173C;
}
</style>
background-color css
<style>
a { background-color: #02173C; }
a { background-color: rgb(2,23,60); }
div.DivClassName
{
background-color: #02173C;
}
.BgClassName
{
background-color: #02173C;
}
</style>
border-color css
<style>
span { border-color: #02173C; }
span { border-color: rgb(2,23,60); }
td.TdClassName
{
border-color: #02173C;
}
.TagClassName
{
border-color: #02173C;
}
</style>