Shades of Egyptian Blue #121BAA
Tints of Egyptian Blue #121BAA
RGB
CMYK
RGB Variations
Color information
#121BAA (or 0x121BAA) is known color: Egyptian Blue. HEX triplet: 12, 1B and AA. RGB value is (18,27,170). Sum of RGB (Red+Green+Blue) = 18+27+170=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 170 (66.80% from 255 or 79.07% from 215); Max value from RGB is 170 - color contains mainly: blue. Hex color #121BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BAA is #EDE455. Grayscale: #282828. Windows color (decimal): -15590486 or 11148050. OLE color: 11148050.
HSL color Cylindrical-coordinate representation of color #121BAA: hue angle of 236.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121BAA is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 27 | 170 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.33 |
| HSL | 236.45º | 0.81% | 0.37% | - |
| HSV(B) | 236.45º | 0.89% | 0.67% | - |
| XYZ | 7.9 | 3.81 | 38.35 | - |
| YUV | 40.61 | 201.02 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 170 | 0.89 | 0.84 | 0 | 0.33 | 236.45 | 0.81 | 0.37 |
| Hex | 12 | 1B | AA | 59 | 54 | 0 | 21 | EC | 51 | 25 |
| Octal | 22 | 33 | 252 | 131 | 124 | 0 | 41 | 354 | 121 | 45 |
| Binary | 10010 | 11011 | 10101010 | 1011001 | 1010100 | 0 | 100001 | 11101100 | 1010001 | 100101 |
Color Harmonies of #121BAA
Complementary color
Monochromatic Colors of #121BAA
Black with #121BAA
Text Example
Text Example
White with #121BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BAA; }
p { color: rgb(18,27,170); }
H1.HeaderClassName
{
color: #121BAA;
}
.AnyTagClassName
{
color: #121BAA;
}
</style>
background-color css
<style>
a { background-color: #121BAA; }
a { background-color: rgb(18,27,170); }
div.DivClassName
{
background-color: #121BAA;
}
.BgClassName
{
background-color: #121BAA;
}
</style>
border-color css
<style>
span { border-color: #121BAA; }
span { border-color: rgb(18,27,170); }
td.TdClassName
{
border-color: #121BAA;
}
.TagClassName
{
border-color: #121BAA;
}
</style>