Shades of Midnight Blue #221D69
Tints of Midnight Blue #221D69
RGB
CMYK
RGB Variations
Color information
#221D69 (or 0x221D69) is known color: Midnight Blue. HEX triplet: 22, 1D and 69. RGB value is (34,29,105). Sum of RGB (Red+Green+Blue) = 34+29+105=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #221D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #221D69 is #DDE296. Grayscale: #262626. Windows color (decimal): -14541463 or 6888738. OLE color: 6888738.
HSL color Cylindrical-coordinate representation of color #221D69: hue angle of 243.95º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #221D69 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 34 | 29 | 105 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.59 |
| HSL | 243.95º | 0.57% | 0.26% | - |
| HSV(B) | 243.95º | 0.72% | 0.41% | - |
| XYZ | 3.65 | 2.24 | 13.6 | - |
| YUV | 39.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 29 | 105 | 0.68 | 0.72 | 0 | 0.59 | 243.95 | 0.57 | 0.26 |
| Hex | 22 | 1D | 69 | 44 | 48 | 0 | 3B | F4 | 39 | 1A |
| Octal | 42 | 35 | 151 | 104 | 110 | 0 | 73 | 364 | 71 | 32 |
| Binary | 100010 | 11101 | 1101001 | 1000100 | 1001000 | 0 | 111011 | 11110100 | 111001 | 11010 |
Color Harmonies of #221D69
Complementary color
Monochromatic Colors of #221D69
Black with #221D69
Text Example
Text Example
White with #221D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221D69; }
p { color: rgb(34,29,105); }
H1.HeaderClassName
{
color: #221D69;
}
.AnyTagClassName
{
color: #221D69;
}
</style>
background-color css
<style>
a { background-color: #221D69; }
a { background-color: rgb(34,29,105); }
div.DivClassName
{
background-color: #221D69;
}
.BgClassName
{
background-color: #221D69;
}
</style>
border-color css
<style>
span { border-color: #221D69; }
span { border-color: rgb(34,29,105); }
td.TdClassName
{
border-color: #221D69;
}
.TagClassName
{
border-color: #221D69;
}
</style>