Shades of Egyptian Blue #12339C
Tints of Egyptian Blue #12339C
RGB
CMYK
RGB Variations
Color information
#12339C (or 0x12339C) is known color: Egyptian Blue. HEX triplet: 12, 33 and 9C. RGB value is (18,51,156). Sum of RGB (Red+Green+Blue) = 18+51+156=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #12339C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12339C is #EDCC63. Grayscale: #343434. Windows color (decimal): -15584356 or 10236690. OLE color: 10236690.
HSL color Cylindrical-coordinate representation of color #12339C: hue angle of 225.65º 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 #12339C is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 51 | 156 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.39 |
| HSL | 225.65º | 0.79% | 0.34% | - |
| HSV(B) | 225.65º | 0.88% | 0.61% | - |
| XYZ | 7.43 | 4.9 | 32.01 | - |
| YUV | 53.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 156 | 0.88 | 0.67 | 0 | 0.39 | 225.65 | 0.79 | 0.34 |
| Hex | 12 | 33 | 9C | 58 | 43 | 0 | 27 | E2 | 4F | 22 |
| Octal | 22 | 63 | 234 | 130 | 103 | 0 | 47 | 342 | 117 | 42 |
| Binary | 10010 | 110011 | 10011100 | 1011000 | 1000011 | 0 | 100111 | 11100010 | 1001111 | 100010 |
Color Harmonies of #12339C
Complementary color
Monochromatic Colors of #12339C
Black with #12339C
Text Example
Text Example
White with #12339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12339C; }
p { color: rgb(18,51,156); }
H1.HeaderClassName
{
color: #12339C;
}
.AnyTagClassName
{
color: #12339C;
}
</style>
background-color css
<style>
a { background-color: #12339C; }
a { background-color: rgb(18,51,156); }
div.DivClassName
{
background-color: #12339C;
}
.BgClassName
{
background-color: #12339C;
}
</style>
border-color css
<style>
span { border-color: #12339C; }
span { border-color: rgb(18,51,156); }
td.TdClassName
{
border-color: #12339C;
}
.TagClassName
{
border-color: #12339C;
}
</style>