Shades of Egyptian Blue #12439C
Tints of Egyptian Blue #12439C
RGB
CMYK
RGB Variations
Color information
#12439C (or 0x12439C) is known color: Egyptian Blue. HEX triplet: 12, 43 and 9C. RGB value is (18,67,156). Sum of RGB (Red+Green+Blue) = 18+67+156=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #12439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12439C is #EDBC63. Grayscale: #3E3E3E. Windows color (decimal): -15580260 or 10240786. OLE color: 10240786.
HSL color Cylindrical-coordinate representation of color #12439C: hue angle of 218.7º 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 #12439C is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 67 | 156 | - |
| CMYK | 0.88 | 0.57 | 0 | 0.39 |
| HSL | 218.7º | 0.79% | 0.34% | - |
| HSV(B) | 218.7º | 0.88% | 0.61% | - |
| XYZ | 8.26 | 6.54 | 32.28 | - |
| YUV | 62.5 | 180.77 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 67 | 156 | 0.88 | 0.57 | 0 | 0.39 | 218.7 | 0.79 | 0.34 |
| Hex | 12 | 43 | 9C | 58 | 39 | 0 | 27 | DB | 4F | 22 |
| Octal | 22 | 103 | 234 | 130 | 71 | 0 | 47 | 333 | 117 | 42 |
| Binary | 10010 | 1000011 | 10011100 | 1011000 | 111001 | 0 | 100111 | 11011011 | 1001111 | 100010 |
Color Harmonies of #12439C
Complementary color
Monochromatic Colors of #12439C
Black with #12439C
Text Example
Text Example
White with #12439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12439C; }
p { color: rgb(18,67,156); }
H1.HeaderClassName
{
color: #12439C;
}
.AnyTagClassName
{
color: #12439C;
}
</style>
background-color css
<style>
a { background-color: #12439C; }
a { background-color: rgb(18,67,156); }
div.DivClassName
{
background-color: #12439C;
}
.BgClassName
{
background-color: #12439C;
}
</style>
border-color css
<style>
span { border-color: #12439C; }
span { border-color: rgb(18,67,156); }
td.TdClassName
{
border-color: #12439C;
}
.TagClassName
{
border-color: #12439C;
}
</style>