Shades of Egyptian Blue #12449C
Tints of Egyptian Blue #12449C
RGB
CMYK
RGB Variations
Color information
#12449C (or 0x12449C) is known color: Egyptian Blue. HEX triplet: 12, 44 and 9C. RGB value is (18,68,156). Sum of RGB (Red+Green+Blue) = 18+68+156=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #12449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12449C is #EDBB63. Grayscale: #3E3E3E. Windows color (decimal): -15580004 or 10241042. OLE color: 10241042.
HSL color Cylindrical-coordinate representation of color #12449C: hue angle of 218.26º 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 #12449C is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 68 | 156 | - |
| CMYK | 0.88 | 0.56 | 0 | 0.39 |
| HSL | 218.26º | 0.79% | 0.34% | - |
| HSV(B) | 218.26º | 0.88% | 0.61% | - |
| XYZ | 8.32 | 6.66 | 32.3 | - |
| YUV | 63.08 | 180.44 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 68 | 156 | 0.88 | 0.56 | 0 | 0.39 | 218.26 | 0.79 | 0.34 |
| Hex | 12 | 44 | 9C | 58 | 38 | 0 | 27 | DA | 4F | 22 |
| Octal | 22 | 104 | 234 | 130 | 70 | 0 | 47 | 332 | 117 | 42 |
| Binary | 10010 | 1000100 | 10011100 | 1011000 | 111000 | 0 | 100111 | 11011010 | 1001111 | 100010 |
Color Harmonies of #12449C
Complementary color
Monochromatic Colors of #12449C
Black with #12449C
Text Example
Text Example
White with #12449C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12449C; }
p { color: rgb(18,68,156); }
H1.HeaderClassName
{
color: #12449C;
}
.AnyTagClassName
{
color: #12449C;
}
</style>
background-color css
<style>
a { background-color: #12449C; }
a { background-color: rgb(18,68,156); }
div.DivClassName
{
background-color: #12449C;
}
.BgClassName
{
background-color: #12449C;
}
</style>
border-color css
<style>
span { border-color: #12449C; }
span { border-color: rgb(18,68,156); }
td.TdClassName
{
border-color: #12449C;
}
.TagClassName
{
border-color: #12449C;
}
</style>