Shades of Midnight Blue #221D72
Tints of Midnight Blue #221D72
RGB
CMYK
RGB Variations
Color information
#221D72 (or 0x221D72) is known color: Midnight Blue. HEX triplet: 22, 1D and 72. RGB value is (34,29,114). Sum of RGB (Red+Green+Blue) = 34+29+114=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #221D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D72 is #DDE28D. Grayscale: #272727. Windows color (decimal): -14541454 or 7478562. OLE color: 7478562.
HSL color Cylindrical-coordinate representation of color #221D72: hue angle of 243.53º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #221D72 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 29 | 114 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.55 |
| HSL | 243.53º | 0.59% | 0.28% | - |
| HSV(B) | 243.53º | 0.75% | 0.45% | - |
| XYZ | 4.14 | 2.43 | 16.17 | - |
| YUV | 40.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 114 | 0.70 | 0.75 | 0 | 0.55 | 243.53 | 0.59 | 0.28 |
| Hex | 22 | 1D | 72 | 46 | 4B | 0 | 37 | F4 | 3B | 1C |
| Octal | 42 | 35 | 162 | 106 | 113 | 0 | 67 | 364 | 73 | 34 |
| Binary | 100010 | 11101 | 1110010 | 1000110 | 1001011 | 0 | 110111 | 11110100 | 111011 | 11100 |
Color Harmonies of #221D72
Complementary color
Monochromatic Colors of #221D72
Black with #221D72
Text Example
Text Example
White with #221D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D72; }
p { color: rgb(34,29,114); }
H1.HeaderClassName
{
color: #221D72;
}
.AnyTagClassName
{
color: #221D72;
}
</style>
background-color css
<style>
a { background-color: #221D72; }
a { background-color: rgb(34,29,114); }
div.DivClassName
{
background-color: #221D72;
}
.BgClassName
{
background-color: #221D72;
}
</style>
border-color css
<style>
span { border-color: #221D72; }
span { border-color: rgb(34,29,114); }
td.TdClassName
{
border-color: #221D72;
}
.TagClassName
{
border-color: #221D72;
}
</style>