Shades of Midnight Blue #221874
Tints of Midnight Blue #221874
RGB
CMYK
RGB Variations
Color information
#221874 (or 0x221874) is known color: Midnight Blue. HEX triplet: 22, 18 and 74. RGB value is (34,24,116). Sum of RGB (Red+Green+Blue) = 34+24+116=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #221874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221874 is #DDE78B. Grayscale: #252525. Windows color (decimal): -14542732 or 7608354. OLE color: 7608354.
HSL color Cylindrical-coordinate representation of color #221874: hue angle of 246.52º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221874 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 34 | 24 | 116 | - |
| CMYK | 0.71 | 0.79 | 0 | 0.55 |
| HSL | 246.52º | 0.66% | 0.27% | - |
| HSV(B) | 246.52º | 0.79% | 0.45% | - |
| XYZ | 4.14 | 2.25 | 16.74 | - |
| YUV | 37.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 24 | 116 | 0.71 | 0.79 | 0 | 0.55 | 246.52 | 0.66 | 0.27 |
| Hex | 22 | 18 | 74 | 47 | 4F | 0 | 37 | F7 | 42 | 1B |
| Octal | 42 | 30 | 164 | 107 | 117 | 0 | 67 | 367 | 102 | 33 |
| Binary | 100010 | 11000 | 1110100 | 1000111 | 1001111 | 0 | 110111 | 11110111 | 1000010 | 11011 |
Color Harmonies of #221874
Complementary color
Monochromatic Colors of #221874
Black with #221874
Text Example
Text Example
White with #221874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221874; }
p { color: rgb(34,24,116); }
H1.HeaderClassName
{
color: #221874;
}
.AnyTagClassName
{
color: #221874;
}
</style>
background-color css
<style>
a { background-color: #221874; }
a { background-color: rgb(34,24,116); }
div.DivClassName
{
background-color: #221874;
}
.BgClassName
{
background-color: #221874;
}
</style>
border-color css
<style>
span { border-color: #221874; }
span { border-color: rgb(34,24,116); }
td.TdClassName
{
border-color: #221874;
}
.TagClassName
{
border-color: #221874;
}
</style>