Shades of Midnight Blue #221675
Tints of Midnight Blue #221675
RGB
CMYK
RGB Variations
Color information
#221675 (or 0x221675) is known color: Midnight Blue. HEX triplet: 22, 16 and 75. RGB value is (34,22,117). Sum of RGB (Red+Green+Blue) = 34+22+117=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 117 (46.09% from 255 or 67.63% from 173); Max value from RGB is 117 - color contains mainly: blue. Hex color #221675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221675 is #DDE98A. Grayscale: #242424. Windows color (decimal): -14543243 or 7673378. OLE color: 7673378.
HSL color Cylindrical-coordinate representation of color #221675: hue angle of 247.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #221675 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 22 | 117 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.54 |
| HSL | 247.58º | 0.68% | 0.27% | - |
| HSV(B) | 247.58º | 0.81% | 0.46% | - |
| XYZ | 4.16 | 2.2 | 17.03 | - |
| YUV | 36.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 117 | 0.71 | 0.81 | 0 | 0.54 | 247.58 | 0.68 | 0.27 |
| Hex | 22 | 16 | 75 | 47 | 51 | 0 | 36 | F8 | 44 | 1B |
| Octal | 42 | 26 | 165 | 107 | 121 | 0 | 66 | 370 | 104 | 33 |
| Binary | 100010 | 10110 | 1110101 | 1000111 | 1010001 | 0 | 110110 | 11111000 | 1000100 | 11011 |
Color Harmonies of #221675
Complementary color
Monochromatic Colors of #221675
Black with #221675
Text Example
Text Example
White with #221675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221675; }
p { color: rgb(34,22,117); }
H1.HeaderClassName
{
color: #221675;
}
.AnyTagClassName
{
color: #221675;
}
</style>
background-color css
<style>
a { background-color: #221675; }
a { background-color: rgb(34,22,117); }
div.DivClassName
{
background-color: #221675;
}
.BgClassName
{
background-color: #221675;
}
</style>
border-color css
<style>
span { border-color: #221675; }
span { border-color: rgb(34,22,117); }
td.TdClassName
{
border-color: #221675;
}
.TagClassName
{
border-color: #221675;
}
</style>