Shades of Midnight Blue #221D73
Tints of Midnight Blue #221D73
RGB
CMYK
RGB Variations
Color information
#221D73 (or 0x221D73) is known color: Midnight Blue. HEX triplet: 22, 1D and 73. RGB value is (34,29,115). Sum of RGB (Red+Green+Blue) = 34+29+115=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #221D73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D73 is #DDE28C. Grayscale: #272727. Windows color (decimal): -14541453 or 7544098. OLE color: 7544098.
HSL color Cylindrical-coordinate representation of color #221D73: hue angle of 243.49º degrees, saturation: 0.6, 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 #221D73 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 29 | 115 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.55 |
| HSL | 243.49º | 0.6% | 0.28% | - |
| HSV(B) | 243.49º | 0.75% | 0.45% | - |
| XYZ | 4.19 | 2.46 | 16.47 | - |
| YUV | 40.3 | 170.16 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 115 | 0.70 | 0.75 | 0 | 0.55 | 243.49 | 0.6 | 0.28 |
| Hex | 22 | 1D | 73 | 46 | 4B | 0 | 37 | F3 | 3C | 1C |
| Octal | 42 | 35 | 163 | 106 | 113 | 0 | 67 | 363 | 74 | 34 |
| Binary | 100010 | 11101 | 1110011 | 1000110 | 1001011 | 0 | 110111 | 11110011 | 111100 | 11100 |
Color Harmonies of #221D73
Complementary color
Monochromatic Colors of #221D73
Black with #221D73
Text Example
Text Example
White with #221D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D73; }
p { color: rgb(34,29,115); }
H1.HeaderClassName
{
color: #221D73;
}
.AnyTagClassName
{
color: #221D73;
}
</style>
background-color css
<style>
a { background-color: #221D73; }
a { background-color: rgb(34,29,115); }
div.DivClassName
{
background-color: #221D73;
}
.BgClassName
{
background-color: #221D73;
}
</style>
border-color css
<style>
span { border-color: #221D73; }
span { border-color: rgb(34,29,115); }
td.TdClassName
{
border-color: #221D73;
}
.TagClassName
{
border-color: #221D73;
}
</style>