Shades of Egyptian Blue #12229B
Tints of Egyptian Blue #12229B
RGB
CMYK
RGB Variations
Color information
#12229B (or 0x12229B) is known color: Egyptian Blue. HEX triplet: 12, 22 and 9B. RGB value is (18,34,155). Sum of RGB (Red+Green+Blue) = 18+34+155=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #12229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12229B is #EDDD64. Grayscale: #2A2A2A. Windows color (decimal): -15588709 or 10166802. OLE color: 10166802.
HSL color Cylindrical-coordinate representation of color #12229B: hue angle of 232.99º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12229B is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 34 | 155 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.39 |
| HSL | 232.99º | 0.79% | 0.34% | - |
| HSV(B) | 232.99º | 0.88% | 0.61% | - |
| XYZ | 6.74 | 3.64 | 31.36 | - |
| YUV | 43.01 | 191.2 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 155 | 0.88 | 0.78 | 0 | 0.39 | 232.99 | 0.79 | 0.34 |
| Hex | 12 | 22 | 9B | 58 | 4E | 0 | 27 | E9 | 4F | 22 |
| Octal | 22 | 42 | 233 | 130 | 116 | 0 | 47 | 351 | 117 | 42 |
| Binary | 10010 | 100010 | 10011011 | 1011000 | 1001110 | 0 | 100111 | 11101001 | 1001111 | 100010 |
Color Harmonies of #12229B
Complementary color
Monochromatic Colors of #12229B
Black with #12229B
Text Example
Text Example
White with #12229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12229B; }
p { color: rgb(18,34,155); }
H1.HeaderClassName
{
color: #12229B;
}
.AnyTagClassName
{
color: #12229B;
}
</style>
background-color css
<style>
a { background-color: #12229B; }
a { background-color: rgb(18,34,155); }
div.DivClassName
{
background-color: #12229B;
}
.BgClassName
{
background-color: #12229B;
}
</style>
border-color css
<style>
span { border-color: #12229B; }
span { border-color: rgb(18,34,155); }
td.TdClassName
{
border-color: #12229B;
}
.TagClassName
{
border-color: #12229B;
}
</style>