Shades of Midnight Blue #221D75
Tints of Midnight Blue #221D75
RGB
CMYK
RGB Variations
Color information
#221D75 (or 0x221D75) is known color: Midnight Blue. HEX triplet: 22, 1D and 75. RGB value is (34,29,117). Sum of RGB (Red+Green+Blue) = 34+29+117=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #221D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D75 is #DDE28A. Grayscale: #282828. Windows color (decimal): -14541451 or 7675170. OLE color: 7675170.
HSL color Cylindrical-coordinate representation of color #221D75: hue angle of 243.41º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221D75 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 34 | 29 | 117 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.54 |
| HSL | 243.41º | 0.6% | 0.29% | - |
| HSV(B) | 243.41º | 0.75% | 0.46% | - |
| XYZ | 4.31 | 2.5 | 17.09 | - |
| YUV | 40.53 | 171.16 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 117 | 0.71 | 0.75 | 0 | 0.54 | 243.41 | 0.6 | 0.29 |
| Hex | 22 | 1D | 75 | 47 | 4B | 0 | 36 | F3 | 3C | 1D |
| Octal | 42 | 35 | 165 | 107 | 113 | 0 | 66 | 363 | 74 | 35 |
| Binary | 100010 | 11101 | 1110101 | 1000111 | 1001011 | 0 | 110110 | 11110011 | 111100 | 11101 |
Color Harmonies of #221D75
Complementary color
Monochromatic Colors of #221D75
Black with #221D75
Text Example
Text Example
White with #221D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D75; }
p { color: rgb(34,29,117); }
H1.HeaderClassName
{
color: #221D75;
}
.AnyTagClassName
{
color: #221D75;
}
</style>
background-color css
<style>
a { background-color: #221D75; }
a { background-color: rgb(34,29,117); }
div.DivClassName
{
background-color: #221D75;
}
.BgClassName
{
background-color: #221D75;
}
</style>
border-color css
<style>
span { border-color: #221D75; }
span { border-color: rgb(34,29,117); }
td.TdClassName
{
border-color: #221D75;
}
.TagClassName
{
border-color: #221D75;
}
</style>