Shades of Egyptian Blue #12419A
Tints of Egyptian Blue #12419A
RGB
CMYK
RGB Variations
Color information
#12419A (or 0x12419A) is known color: Egyptian Blue. HEX triplet: 12, 41 and 9A. RGB value is (18,65,154). Sum of RGB (Red+Green+Blue) = 18+65+154=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #12419A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12419A is #EDBE65. Grayscale: #3C3C3C. Windows color (decimal): -15580774 or 10109202. OLE color: 10109202.
HSL color Cylindrical-coordinate representation of color #12419A: hue angle of 219.26º 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 #12419A is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 18 | 65 | 154 | - |
| CMYK | 0.88 | 0.58 | 0 | 0.40 |
| HSL | 219.26º | 0.79% | 0.34% | - |
| HSV(B) | 219.26º | 0.88% | 0.6% | - |
| XYZ | 7.97 | 6.24 | 31.36 | - |
| YUV | 61.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 65 | 154 | 0.88 | 0.58 | 0 | 0.40 | 219.26 | 0.79 | 0.34 |
| Hex | 12 | 41 | 9A | 58 | 3A | 0 | 28 | DB | 4F | 22 |
| Octal | 22 | 101 | 232 | 130 | 72 | 0 | 50 | 333 | 117 | 42 |
| Binary | 10010 | 1000001 | 10011010 | 1011000 | 111010 | 0 | 101000 | 11011011 | 1001111 | 100010 |
Color Harmonies of #12419A
Complementary color
Monochromatic Colors of #12419A
Black with #12419A
Text Example
Text Example
White with #12419A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12419A; }
p { color: rgb(18,65,154); }
H1.HeaderClassName
{
color: #12419A;
}
.AnyTagClassName
{
color: #12419A;
}
</style>
background-color css
<style>
a { background-color: #12419A; }
a { background-color: rgb(18,65,154); }
div.DivClassName
{
background-color: #12419A;
}
.BgClassName
{
background-color: #12419A;
}
</style>
border-color css
<style>
span { border-color: #12419A; }
span { border-color: rgb(18,65,154); }
td.TdClassName
{
border-color: #12419A;
}
.TagClassName
{
border-color: #12419A;
}
</style>