Shades of Midnight Blue #221C74
Tints of Midnight Blue #221C74
RGB
CMYK
RGB Variations
Color information
#221C74 (or 0x221C74) is known color: Midnight Blue. HEX triplet: 22, 1C and 74. RGB value is (34,28,116). Sum of RGB (Red+Green+Blue) = 34+28+116=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #221C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221C74 is #DDE38B. Grayscale: #272727. Windows color (decimal): -14541708 or 7609378. OLE color: 7609378.
HSL color Cylindrical-coordinate representation of color #221C74: hue angle of 244.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221C74 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 28 | 116 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.55 |
| HSL | 244.09º | 0.61% | 0.28% | - |
| HSV(B) | 244.09º | 0.76% | 0.45% | - |
| XYZ | 4.23 | 2.43 | 16.77 | - |
| YUV | 39.83 | 170.99 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 116 | 0.71 | 0.76 | 0 | 0.55 | 244.09 | 0.61 | 0.28 |
| Hex | 22 | 1C | 74 | 47 | 4C | 0 | 37 | F4 | 3D | 1C |
| Octal | 42 | 34 | 164 | 107 | 114 | 0 | 67 | 364 | 75 | 34 |
| Binary | 100010 | 11100 | 1110100 | 1000111 | 1001100 | 0 | 110111 | 11110100 | 111101 | 11100 |
Color Harmonies of #221C74
Complementary color
Monochromatic Colors of #221C74
Black with #221C74
Text Example
Text Example
White with #221C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C74; }
p { color: rgb(34,28,116); }
H1.HeaderClassName
{
color: #221C74;
}
.AnyTagClassName
{
color: #221C74;
}
</style>
background-color css
<style>
a { background-color: #221C74; }
a { background-color: rgb(34,28,116); }
div.DivClassName
{
background-color: #221C74;
}
.BgClassName
{
background-color: #221C74;
}
</style>
border-color css
<style>
span { border-color: #221C74; }
span { border-color: rgb(34,28,116); }
td.TdClassName
{
border-color: #221C74;
}
.TagClassName
{
border-color: #221C74;
}
</style>