Shades of Midnight Blue #222A7A
Tints of Midnight Blue #222A7A
RGB
CMYK
RGB Variations
Color information
#222A7A (or 0x222A7A) is known color: Midnight Blue. HEX triplet: 22, 2A and 7A. RGB value is (34,42,122). Sum of RGB (Red+Green+Blue) = 34+42+122=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #222A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #222A7A is #DDD585. Grayscale: #303030. Windows color (decimal): -14538118 or 8006178. OLE color: 8006178.
HSL color Cylindrical-coordinate representation of color #222A7A: hue angle of 234.55º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #222A7A is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 42 | 122 | - |
| CMYK | 0.72 | 0.66 | 0 | 0.52 |
| HSL | 234.55º | 0.56% | 0.31% | - |
| HSV(B) | 234.55º | 0.72% | 0.48% | - |
| XYZ | 5 | 3.4 | 18.81 | - |
| YUV | 48.73 | 169.35 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 42 | 122 | 0.72 | 0.66 | 0 | 0.52 | 234.55 | 0.56 | 0.31 |
| Hex | 22 | 2A | 7A | 48 | 42 | 0 | 34 | EB | 38 | 1F |
| Octal | 42 | 52 | 172 | 110 | 102 | 0 | 64 | 353 | 70 | 37 |
| Binary | 100010 | 101010 | 1111010 | 1001000 | 1000010 | 0 | 110100 | 11101011 | 111000 | 11111 |
Color Harmonies of #222A7A
Complementary color
Monochromatic Colors of #222A7A
Black with #222A7A
Text Example
Text Example
White with #222A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222A7A; }
p { color: rgb(34,42,122); }
H1.HeaderClassName
{
color: #222A7A;
}
.AnyTagClassName
{
color: #222A7A;
}
</style>
background-color css
<style>
a { background-color: #222A7A; }
a { background-color: rgb(34,42,122); }
div.DivClassName
{
background-color: #222A7A;
}
.BgClassName
{
background-color: #222A7A;
}
</style>
border-color css
<style>
span { border-color: #222A7A; }
span { border-color: rgb(34,42,122); }
td.TdClassName
{
border-color: #222A7A;
}
.TagClassName
{
border-color: #222A7A;
}
</style>