Shades of Egyptian Blue #12229A
Tints of Egyptian Blue #12229A
RGB
CMYK
RGB Variations
Color information
#12229A (or 0x12229A) is known color: Egyptian Blue. HEX triplet: 12, 22 and 9A. RGB value is (18,34,154). Sum of RGB (Red+Green+Blue) = 18+34+154=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 154 (60.55% from 255 or 74.76% from 206); Max value from RGB is 154 - color contains mainly: blue. Hex color #12229A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12229A is #EDDD65. Grayscale: #2A2A2A. Windows color (decimal): -15588710 or 10101266. OLE color: 10101266.
HSL color Cylindrical-coordinate representation of color #12229A: hue angle of 232.94º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12229A is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 34 | 154 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.40 |
| HSL | 232.94º | 0.79% | 0.34% | - |
| HSV(B) | 232.94º | 0.88% | 0.6% | - |
| XYZ | 6.65 | 3.61 | 30.92 | - |
| YUV | 42.9 | 190.7 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 154 | 0.88 | 0.78 | 0 | 0.40 | 232.94 | 0.79 | 0.34 |
| Hex | 12 | 22 | 9A | 58 | 4E | 0 | 28 | E9 | 4F | 22 |
| Octal | 22 | 42 | 232 | 130 | 116 | 0 | 50 | 351 | 117 | 42 |
| Binary | 10010 | 100010 | 10011010 | 1011000 | 1001110 | 0 | 101000 | 11101001 | 1001111 | 100010 |
Color Harmonies of #12229A
Complementary color
Monochromatic Colors of #12229A
Black with #12229A
Text Example
Text Example
White with #12229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12229A; }
p { color: rgb(18,34,154); }
H1.HeaderClassName
{
color: #12229A;
}
.AnyTagClassName
{
color: #12229A;
}
</style>
background-color css
<style>
a { background-color: #12229A; }
a { background-color: rgb(18,34,154); }
div.DivClassName
{
background-color: #12229A;
}
.BgClassName
{
background-color: #12229A;
}
</style>
border-color css
<style>
span { border-color: #12229A; }
span { border-color: rgb(18,34,154); }
td.TdClassName
{
border-color: #12229A;
}
.TagClassName
{
border-color: #12229A;
}
</style>