Shades of Egyptian Blue #121BA9
Tints of Egyptian Blue #121BA9
RGB
CMYK
RGB Variations
Color information
#121BA9 (or 0x121BA9) is known color: Egyptian Blue. HEX triplet: 12, 1B and A9. RGB value is (18,27,169). Sum of RGB (Red+Green+Blue) = 18+27+169=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 169 (66.41% from 255 or 78.97% from 214); Max value from RGB is 169 - color contains mainly: blue. Hex color #121BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BA9 is #EDE456. Grayscale: #272727. Windows color (decimal): -15590487 or 11082514. OLE color: 11082514.
HSL color Cylindrical-coordinate representation of color #121BA9: hue angle of 236.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121BA9 is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 27 | 169 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.34 |
| HSL | 236.42º | 0.81% | 0.37% | - |
| HSV(B) | 236.42º | 0.89% | 0.66% | - |
| XYZ | 7.8 | 3.78 | 37.85 | - |
| YUV | 40.5 | 200.52 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 169 | 0.89 | 0.84 | 0 | 0.34 | 236.42 | 0.81 | 0.37 |
| Hex | 12 | 1B | A9 | 59 | 54 | 0 | 22 | EC | 51 | 25 |
| Octal | 22 | 33 | 251 | 131 | 124 | 0 | 42 | 354 | 121 | 45 |
| Binary | 10010 | 11011 | 10101001 | 1011001 | 1010100 | 0 | 100010 | 11101100 | 1010001 | 100101 |
Color Harmonies of #121BA9
Complementary color
Monochromatic Colors of #121BA9
Black with #121BA9
Text Example
Text Example
White with #121BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BA9; }
p { color: rgb(18,27,169); }
H1.HeaderClassName
{
color: #121BA9;
}
.AnyTagClassName
{
color: #121BA9;
}
</style>
background-color css
<style>
a { background-color: #121BA9; }
a { background-color: rgb(18,27,169); }
div.DivClassName
{
background-color: #121BA9;
}
.BgClassName
{
background-color: #121BA9;
}
</style>
border-color css
<style>
span { border-color: #121BA9; }
span { border-color: rgb(18,27,169); }
td.TdClassName
{
border-color: #121BA9;
}
.TagClassName
{
border-color: #121BA9;
}
</style>