Shades of Midnight Blue #221B71
Tints of Midnight Blue #221B71
RGB
CMYK
RGB Variations
Color information
#221B71 (or 0x221B71) is known color: Midnight Blue. HEX triplet: 22, 1B and 71. RGB value is (34,27,113). Sum of RGB (Red+Green+Blue) = 34+27+113=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #221B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221B71 is #DDE48E. Grayscale: #262626. Windows color (decimal): -14541967 or 7412514. OLE color: 7412514.
HSL color Cylindrical-coordinate representation of color #221B71: hue angle of 244.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221B71 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 27 | 113 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.56 |
| HSL | 244.88º | 0.61% | 0.27% | - |
| HSV(B) | 244.88º | 0.76% | 0.44% | - |
| XYZ | 4.03 | 2.32 | 15.86 | - |
| YUV | 38.9 | 169.82 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 113 | 0.70 | 0.76 | 0 | 0.56 | 244.88 | 0.61 | 0.27 |
| Hex | 22 | 1B | 71 | 46 | 4C | 0 | 38 | F5 | 3D | 1B |
| Octal | 42 | 33 | 161 | 106 | 114 | 0 | 70 | 365 | 75 | 33 |
| Binary | 100010 | 11011 | 1110001 | 1000110 | 1001100 | 0 | 111000 | 11110101 | 111101 | 11011 |
Color Harmonies of #221B71
Complementary color
Monochromatic Colors of #221B71
Black with #221B71
Text Example
Text Example
White with #221B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B71; }
p { color: rgb(34,27,113); }
H1.HeaderClassName
{
color: #221B71;
}
.AnyTagClassName
{
color: #221B71;
}
</style>
background-color css
<style>
a { background-color: #221B71; }
a { background-color: rgb(34,27,113); }
div.DivClassName
{
background-color: #221B71;
}
.BgClassName
{
background-color: #221B71;
}
</style>
border-color css
<style>
span { border-color: #221B71; }
span { border-color: rgb(34,27,113); }
td.TdClassName
{
border-color: #221B71;
}
.TagClassName
{
border-color: #221B71;
}
</style>