Shades of Midnight Blue #221F83
Tints of Midnight Blue #221F83
RGB
CMYK
RGB Variations
Color information
#221F83 (or 0x221F83) is known color: Midnight Blue. HEX triplet: 22, 1F and 83. RGB value is (34,31,131). Sum of RGB (Red+Green+Blue) = 34+31+131=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #221F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #221F83 is #DDE07C. Grayscale: #2A2A2A. Windows color (decimal): -14540925 or 8593186. OLE color: 8593186.
HSL color Cylindrical-coordinate representation of color #221F83: hue angle of 241.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #221F83 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 31 | 131 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.49 |
| HSL | 241.8º | 0.62% | 0.32% | - |
| HSV(B) | 241.8º | 0.76% | 0.51% | - |
| XYZ | 5.25 | 2.96 | 21.77 | - |
| YUV | 43.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 31 | 131 | 0.74 | 0.76 | 0 | 0.49 | 241.8 | 0.62 | 0.32 |
| Hex | 22 | 1F | 83 | 4A | 4C | 0 | 31 | F2 | 3E | 20 |
| Octal | 42 | 37 | 203 | 112 | 114 | 0 | 61 | 362 | 76 | 40 |
| Binary | 100010 | 11111 | 10000011 | 1001010 | 1001100 | 0 | 110001 | 11110010 | 111110 | 100000 |
Color Harmonies of #221F83
Complementary color
Monochromatic Colors of #221F83
Black with #221F83
Text Example
Text Example
White with #221F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221F83; }
p { color: rgb(34,31,131); }
H1.HeaderClassName
{
color: #221F83;
}
.AnyTagClassName
{
color: #221F83;
}
</style>
background-color css
<style>
a { background-color: #221F83; }
a { background-color: rgb(34,31,131); }
div.DivClassName
{
background-color: #221F83;
}
.BgClassName
{
background-color: #221F83;
}
</style>
border-color css
<style>
span { border-color: #221F83; }
span { border-color: rgb(34,31,131); }
td.TdClassName
{
border-color: #221F83;
}
.TagClassName
{
border-color: #221F83;
}
</style>