Shades of Midnight Blue #221375
Tints of Midnight Blue #221375
RGB
CMYK
RGB Variations
Color information
#221375 (or 0x221375) is known color: Midnight Blue. HEX triplet: 22, 13 and 75. RGB value is (34,19,117). Sum of RGB (Red+Green+Blue) = 34+19+117=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #221375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221375 is #DDEC8A. Grayscale: #222222. Windows color (decimal): -14544011 or 7672610. OLE color: 7672610.
HSL color Cylindrical-coordinate representation of color #221375: hue angle of 249.18º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #221375 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 19 | 117 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.54 |
| HSL | 249.18º | 0.72% | 0.27% | - |
| HSV(B) | 249.18º | 0.84% | 0.46% | - |
| XYZ | 4.1 | 2.09 | 17.02 | - |
| YUV | 34.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 19 | 117 | 0.71 | 0.84 | 0 | 0.54 | 249.18 | 0.72 | 0.27 |
| Hex | 22 | 13 | 75 | 47 | 54 | 0 | 36 | F9 | 48 | 1B |
| Octal | 42 | 23 | 165 | 107 | 124 | 0 | 66 | 371 | 110 | 33 |
| Binary | 100010 | 10011 | 1110101 | 1000111 | 1010100 | 0 | 110110 | 11111001 | 1001000 | 11011 |
Color Harmonies of #221375
Complementary color
Monochromatic Colors of #221375
Black with #221375
Text Example
Text Example
White with #221375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221375; }
p { color: rgb(34,19,117); }
H1.HeaderClassName
{
color: #221375;
}
.AnyTagClassName
{
color: #221375;
}
</style>
background-color css
<style>
a { background-color: #221375; }
a { background-color: rgb(34,19,117); }
div.DivClassName
{
background-color: #221375;
}
.BgClassName
{
background-color: #221375;
}
</style>
border-color css
<style>
span { border-color: #221375; }
span { border-color: rgb(34,19,117); }
td.TdClassName
{
border-color: #221375;
}
.TagClassName
{
border-color: #221375;
}
</style>