Shades of Egyptian Blue #12309C
Tints of Egyptian Blue #12309C
RGB
CMYK
RGB Variations
Color information
#12309C (or 0x12309C) is known color: Egyptian Blue. HEX triplet: 12, 30 and 9C. RGB value is (18,48,156). Sum of RGB (Red+Green+Blue) = 18+48+156=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 156 (61.33% from 255 or 70.27% from 222); Max value from RGB is 156 - color contains mainly: blue. Hex color #12309C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12309C is #EDCF63. Grayscale: #323232. Windows color (decimal): -15585124 or 10235922. OLE color: 10235922.
HSL color Cylindrical-coordinate representation of color #12309C: hue angle of 226.96º 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 #12309C is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 48 | 156 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.39 |
| HSL | 226.96º | 0.79% | 0.34% | - |
| HSV(B) | 226.96º | 0.88% | 0.61% | - |
| XYZ | 7.31 | 4.64 | 31.96 | - |
| YUV | 51.34 | 187.06 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 156 | 0.88 | 0.69 | 0 | 0.39 | 226.96 | 0.79 | 0.34 |
| Hex | 12 | 30 | 9C | 58 | 45 | 0 | 27 | E3 | 4F | 22 |
| Octal | 22 | 60 | 234 | 130 | 105 | 0 | 47 | 343 | 117 | 42 |
| Binary | 10010 | 110000 | 10011100 | 1011000 | 1000101 | 0 | 100111 | 11100011 | 1001111 | 100010 |
Color Harmonies of #12309C
Complementary color
Monochromatic Colors of #12309C
Black with #12309C
Text Example
Text Example
White with #12309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12309C; }
p { color: rgb(18,48,156); }
H1.HeaderClassName
{
color: #12309C;
}
.AnyTagClassName
{
color: #12309C;
}
</style>
background-color css
<style>
a { background-color: #12309C; }
a { background-color: rgb(18,48,156); }
div.DivClassName
{
background-color: #12309C;
}
.BgClassName
{
background-color: #12309C;
}
</style>
border-color css
<style>
span { border-color: #12309C; }
span { border-color: rgb(18,48,156); }
td.TdClassName
{
border-color: #12309C;
}
.TagClassName
{
border-color: #12309C;
}
</style>