Shades of Midnight Blue #221667
Tints of Midnight Blue #221667
RGB
CMYK
RGB Variations
Color information
#221667 (or 0x221667) is known color: Midnight Blue. HEX triplet: 22, 16 and 67. RGB value is (34,22,103). Sum of RGB (Red+Green+Blue) = 34+22+103=159 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.38% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 103 (40.62% from 255 or 64.78% from 159); Max value from RGB is 103 - color contains mainly: blue. Hex color #221667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #221667 is #DDE998. Grayscale: #222222. Windows color (decimal): -14543257 or 6755874. OLE color: 6755874.
HSL color Cylindrical-coordinate representation of color #221667: hue angle of 248.89º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #221667 is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 34 | 22 | 103 | - |
| CMYK | 0.67 | 0.79 | 0 | 0.60 |
| HSL | 248.89º | 0.65% | 0.25% | - |
| HSV(B) | 248.89º | 0.79% | 0.4% | - |
| XYZ | 3.39 | 1.89 | 13.02 | - |
| YUV | 34.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 22 | 103 | 0.67 | 0.79 | 0 | 0.60 | 248.89 | 0.65 | 0.25 |
| Hex | 22 | 16 | 67 | 43 | 4F | 0 | 3C | F9 | 41 | 19 |
| Octal | 42 | 26 | 147 | 103 | 117 | 0 | 74 | 371 | 101 | 31 |
| Binary | 100010 | 10110 | 1100111 | 1000011 | 1001111 | 0 | 111100 | 11111001 | 1000001 | 11001 |
Color Harmonies of #221667
Complementary color
Monochromatic Colors of #221667
Black with #221667
Text Example
Text Example
White with #221667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221667; }
p { color: rgb(34,22,103); }
H1.HeaderClassName
{
color: #221667;
}
.AnyTagClassName
{
color: #221667;
}
</style>
background-color css
<style>
a { background-color: #221667; }
a { background-color: rgb(34,22,103); }
div.DivClassName
{
background-color: #221667;
}
.BgClassName
{
background-color: #221667;
}
</style>
border-color css
<style>
span { border-color: #221667; }
span { border-color: rgb(34,22,103); }
td.TdClassName
{
border-color: #221667;
}
.TagClassName
{
border-color: #221667;
}
</style>