Shades of Egyptian Blue #12209B
Tints of Egyptian Blue #12209B
RGB
CMYK
RGB Variations
Color information
#12209B (or 0x12209B) is known color: Egyptian Blue. HEX triplet: 12, 20 and 9B. RGB value is (18,32,155). Sum of RGB (Red+Green+Blue) = 18+32+155=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #12209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12209B is #EDDF64. Grayscale: #292929. Windows color (decimal): -15589221 or 10166290. OLE color: 10166290.
HSL color Cylindrical-coordinate representation of color #12209B: hue angle of 233.87º 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 #12209B is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 32 | 155 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.39 |
| HSL | 233.87º | 0.79% | 0.34% | - |
| HSV(B) | 233.87º | 0.88% | 0.61% | - |
| XYZ | 6.68 | 3.53 | 31.34 | - |
| YUV | 41.84 | 191.86 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 155 | 0.88 | 0.79 | 0 | 0.39 | 233.87 | 0.79 | 0.34 |
| Hex | 12 | 20 | 9B | 58 | 4F | 0 | 27 | EA | 4F | 22 |
| Octal | 22 | 40 | 233 | 130 | 117 | 0 | 47 | 352 | 117 | 42 |
| Binary | 10010 | 100000 | 10011011 | 1011000 | 1001111 | 0 | 100111 | 11101010 | 1001111 | 100010 |
Color Harmonies of #12209B
Complementary color
Monochromatic Colors of #12209B
Black with #12209B
Text Example
Text Example
White with #12209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12209B; }
p { color: rgb(18,32,155); }
H1.HeaderClassName
{
color: #12209B;
}
.AnyTagClassName
{
color: #12209B;
}
</style>
background-color css
<style>
a { background-color: #12209B; }
a { background-color: rgb(18,32,155); }
div.DivClassName
{
background-color: #12209B;
}
.BgClassName
{
background-color: #12209B;
}
</style>
border-color css
<style>
span { border-color: #12209B; }
span { border-color: rgb(18,32,155); }
td.TdClassName
{
border-color: #12209B;
}
.TagClassName
{
border-color: #12209B;
}
</style>