Shades of Midnight Blue #221E74
Tints of Midnight Blue #221E74
RGB
CMYK
RGB Variations
Color information
#221E74 (or 0x221E74) is known color: Midnight Blue. HEX triplet: 22, 1E and 74. RGB value is (34,30,116). Sum of RGB (Red+Green+Blue) = 34+30+116=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 116 (45.70% from 255 or 64.44% from 180); Max value from RGB is 116 - color contains mainly: blue. Hex color #221E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221E74 is #DDE18B. Grayscale: #282828. Windows color (decimal): -14541196 or 7609890. OLE color: 7609890.
HSL color Cylindrical-coordinate representation of color #221E74: hue angle of 242.79º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #221E74 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 30 | 116 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.55 |
| HSL | 242.79º | 0.59% | 0.29% | - |
| HSV(B) | 242.79º | 0.74% | 0.45% | - |
| XYZ | 4.28 | 2.53 | 16.79 | - |
| YUV | 41 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 30 | 116 | 0.71 | 0.74 | 0 | 0.55 | 242.79 | 0.59 | 0.29 |
| Hex | 22 | 1E | 74 | 47 | 4A | 0 | 37 | F3 | 3B | 1D |
| Octal | 42 | 36 | 164 | 107 | 112 | 0 | 67 | 363 | 73 | 35 |
| Binary | 100010 | 11110 | 1110100 | 1000111 | 1001010 | 0 | 110111 | 11110011 | 111011 | 11101 |
Color Harmonies of #221E74
Complementary color
Monochromatic Colors of #221E74
Black with #221E74
Text Example
Text Example
White with #221E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221E74; }
p { color: rgb(34,30,116); }
H1.HeaderClassName
{
color: #221E74;
}
.AnyTagClassName
{
color: #221E74;
}
</style>
background-color css
<style>
a { background-color: #221E74; }
a { background-color: rgb(34,30,116); }
div.DivClassName
{
background-color: #221E74;
}
.BgClassName
{
background-color: #221E74;
}
</style>
border-color css
<style>
span { border-color: #221E74; }
span { border-color: rgb(34,30,116); }
td.TdClassName
{
border-color: #221E74;
}
.TagClassName
{
border-color: #221E74;
}
</style>