Shades of Egyptian Blue #12299C
Tints of Egyptian Blue #12299C
RGB
CMYK
RGB Variations
Color information
#12299C (or 0x12299C) is known color: Egyptian Blue. HEX triplet: 12, 29 and 9C. RGB value is (18,41,156). Sum of RGB (Red+Green+Blue) = 18+41+156=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 156 (61.33% from 255 or 72.56% from 215); Max value from RGB is 156 - color contains mainly: blue. Hex color #12299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12299C is #EDD663. Grayscale: #2E2E2E. Windows color (decimal): -15586916 or 10234130. OLE color: 10234130.
HSL color Cylindrical-coordinate representation of color #12299C: hue angle of 230º 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 #12299C is Cyan = 0.88, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 41 | 156 | - |
| CMYK | 0.88 | 0.74 | 0 | 0.39 |
| HSL | 230º | 0.79% | 0.34% | - |
| HSV(B) | 230º | 0.88% | 0.61% | - |
| XYZ | 7.04 | 4.11 | 31.88 | - |
| YUV | 47.23 | 189.38 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 156 | 0.88 | 0.74 | 0 | 0.39 | 230 | 0.79 | 0.34 |
| Hex | 12 | 29 | 9C | 58 | 4A | 0 | 27 | E6 | 4F | 22 |
| Octal | 22 | 51 | 234 | 130 | 112 | 0 | 47 | 346 | 117 | 42 |
| Binary | 10010 | 101001 | 10011100 | 1011000 | 1001010 | 0 | 100111 | 11100110 | 1001111 | 100010 |
Color Harmonies of #12299C
Complementary color
Monochromatic Colors of #12299C
Black with #12299C
Text Example
Text Example
White with #12299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12299C; }
p { color: rgb(18,41,156); }
H1.HeaderClassName
{
color: #12299C;
}
.AnyTagClassName
{
color: #12299C;
}
</style>
background-color css
<style>
a { background-color: #12299C; }
a { background-color: rgb(18,41,156); }
div.DivClassName
{
background-color: #12299C;
}
.BgClassName
{
background-color: #12299C;
}
</style>
border-color css
<style>
span { border-color: #12299C; }
span { border-color: rgb(18,41,156); }
td.TdClassName
{
border-color: #12299C;
}
.TagClassName
{
border-color: #12299C;
}
</style>