Shades of Midnight Blue #221D62
Tints of Midnight Blue #221D62
RGB
CMYK
RGB Variations
Color information
#221D62 (or 0x221D62) is known color: Midnight Blue. HEX triplet: 22, 1D and 62. RGB value is (34,29,98). Sum of RGB (Red+Green+Blue) = 34+29+98=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #221D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D62 is #DDE29D. Grayscale: #262626. Windows color (decimal): -14541470 or 6429986. OLE color: 6429986.
HSL color Cylindrical-coordinate representation of color #221D62: hue angle of 244.35º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #221D62 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 34 | 29 | 98 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.62 |
| HSL | 244.35º | 0.54% | 0.25% | - |
| HSV(B) | 244.35º | 0.7% | 0.38% | - |
| XYZ | 3.3 | 2.1 | 11.79 | - |
| YUV | 38.36 | 161.66 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 98 | 0.65 | 0.70 | 0 | 0.62 | 244.35 | 0.54 | 0.25 |
| Hex | 22 | 1D | 62 | 41 | 46 | 0 | 3E | F4 | 36 | 19 |
| Octal | 42 | 35 | 142 | 101 | 106 | 0 | 76 | 364 | 66 | 31 |
| Binary | 100010 | 11101 | 1100010 | 1000001 | 1000110 | 0 | 111110 | 11110100 | 110110 | 11001 |
Color Harmonies of #221D62
Complementary color
Monochromatic Colors of #221D62
Black with #221D62
Text Example
Text Example
White with #221D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D62; }
p { color: rgb(34,29,98); }
H1.HeaderClassName
{
color: #221D62;
}
.AnyTagClassName
{
color: #221D62;
}
</style>
background-color css
<style>
a { background-color: #221D62; }
a { background-color: rgb(34,29,98); }
div.DivClassName
{
background-color: #221D62;
}
.BgClassName
{
background-color: #221D62;
}
</style>
border-color css
<style>
span { border-color: #221D62; }
span { border-color: rgb(34,29,98); }
td.TdClassName
{
border-color: #221D62;
}
.TagClassName
{
border-color: #221D62;
}
</style>