Shades of Egyptian Blue #121CAA
Tints of Egyptian Blue #121CAA
RGB
CMYK
RGB Variations
Color information
#121CAA (or 0x121CAA) is known color: Egyptian Blue. HEX triplet: 12, 1C and AA. RGB value is (18,28,170). Sum of RGB (Red+Green+Blue) = 18+28+170=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #121CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121CAA is #EDE355. Grayscale: #282828. Windows color (decimal): -15590230 or 11148306. OLE color: 11148306.
HSL color Cylindrical-coordinate representation of color #121CAA: hue angle of 236.05º 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 #121CAA is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 28 | 170 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.33 |
| HSL | 236.05º | 0.81% | 0.37% | - |
| HSV(B) | 236.05º | 0.89% | 0.67% | - |
| XYZ | 7.92 | 3.86 | 38.36 | - |
| YUV | 41.2 | 200.69 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 170 | 0.89 | 0.84 | 0 | 0.33 | 236.05 | 0.81 | 0.37 |
| Hex | 12 | 1C | AA | 59 | 54 | 0 | 21 | EC | 51 | 25 |
| Octal | 22 | 34 | 252 | 131 | 124 | 0 | 41 | 354 | 121 | 45 |
| Binary | 10010 | 11100 | 10101010 | 1011001 | 1010100 | 0 | 100001 | 11101100 | 1010001 | 100101 |
Color Harmonies of #121CAA
Complementary color
Monochromatic Colors of #121CAA
Black with #121CAA
Text Example
Text Example
White with #121CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CAA; }
p { color: rgb(18,28,170); }
H1.HeaderClassName
{
color: #121CAA;
}
.AnyTagClassName
{
color: #121CAA;
}
</style>
background-color css
<style>
a { background-color: #121CAA; }
a { background-color: rgb(18,28,170); }
div.DivClassName
{
background-color: #121CAA;
}
.BgClassName
{
background-color: #121CAA;
}
</style>
border-color css
<style>
span { border-color: #121CAA; }
span { border-color: rgb(18,28,170); }
td.TdClassName
{
border-color: #121CAA;
}
.TagClassName
{
border-color: #121CAA;
}
</style>