Shades of Egyptian Blue #121AB5
Tints of Egyptian Blue #121AB5
RGB
CMYK
RGB Variations
Color information
#121AB5 (or 0x121AB5) is known color: Egyptian Blue. HEX triplet: 12, 1A and B5. RGB value is (18,26,181). Sum of RGB (Red+Green+Blue) = 18+26+181=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 181 (71.09% from 255 or 80.44% from 225); Max value from RGB is 181 - color contains mainly: blue. Hex color #121AB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB5 is #EDE54A. Grayscale: #282828. Windows color (decimal): -15590731 or 11868690. OLE color: 11868690.
HSL color Cylindrical-coordinate representation of color #121AB5: hue angle of 237.06º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121AB5 is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 26 | 181 | - |
| CMYK | 0.90 | 0.86 | 0 | 0.29 |
| HSL | 237.06º | 0.82% | 0.39% | - |
| HSV(B) | 237.06º | 0.9% | 0.71% | - |
| XYZ | 8.96 | 4.2 | 44.06 | - |
| YUV | 41.28 | 206.85 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 181 | 0.90 | 0.86 | 0 | 0.29 | 237.06 | 0.82 | 0.39 |
| Hex | 12 | 1A | B5 | 5A | 56 | 0 | 1D | ED | 52 | 27 |
| Octal | 22 | 32 | 265 | 132 | 126 | 0 | 35 | 355 | 122 | 47 |
| Binary | 10010 | 11010 | 10110101 | 1011010 | 1010110 | 0 | 11101 | 11101101 | 1010010 | 100111 |
Color Harmonies of #121AB5
Complementary color
Monochromatic Colors of #121AB5
Black with #121AB5
Text Example
Text Example
White with #121AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AB5; }
p { color: rgb(18,26,181); }
H1.HeaderClassName
{
color: #121AB5;
}
.AnyTagClassName
{
color: #121AB5;
}
</style>
background-color css
<style>
a { background-color: #121AB5; }
a { background-color: rgb(18,26,181); }
div.DivClassName
{
background-color: #121AB5;
}
.BgClassName
{
background-color: #121AB5;
}
</style>
border-color css
<style>
span { border-color: #121AB5; }
span { border-color: rgb(18,26,181); }
td.TdClassName
{
border-color: #121AB5;
}
.TagClassName
{
border-color: #121AB5;
}
</style>