Shades of Egyptian Blue #121AB4
Tints of Egyptian Blue #121AB4
RGB
CMYK
RGB Variations
Color information
#121AB4 (or 0x121AB4) is known color: Egyptian Blue. HEX triplet: 12, 1A and B4. RGB value is (18,26,180). Sum of RGB (Red+Green+Blue) = 18+26+180=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 180 (70.70% from 255 or 80.36% from 224); Max value from RGB is 180 - color contains mainly: blue. Hex color #121AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB4 is #EDE54B. Grayscale: #282828. Windows color (decimal): -15590732 or 11803154. OLE color: 11803154.
HSL color Cylindrical-coordinate representation of color #121AB4: hue angle of 237.04º 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 #121AB4 is Cyan = 0.9, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 18 | 26 | 180 | - |
| CMYK | 0.9 | 0.86 | 0 | 0.29 |
| HSL | 237.04º | 0.82% | 0.39% | - |
| HSV(B) | 237.04º | 0.9% | 0.71% | - |
| XYZ | 8.86 | 4.16 | 43.52 | - |
| YUV | 41.16 | 206.35 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 180 | 0.9 | 0.86 | 0 | 0.29 | 237.04 | 0.82 | 0.39 |
| Hex | 12 | 1A | B4 | 5A | 56 | 0 | 1D | ED | 52 | 27 |
| Octal | 22 | 32 | 264 | 132 | 126 | 0 | 35 | 355 | 122 | 47 |
| Binary | 10010 | 11010 | 10110100 | 1011010 | 1010110 | 0 | 11101 | 11101101 | 1010010 | 100111 |
Color Harmonies of #121AB4
Complementary color
Monochromatic Colors of #121AB4
Black with #121AB4
Text Example
Text Example
White with #121AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AB4; }
p { color: rgb(18,26,180); }
H1.HeaderClassName
{
color: #121AB4;
}
.AnyTagClassName
{
color: #121AB4;
}
</style>
background-color css
<style>
a { background-color: #121AB4; }
a { background-color: rgb(18,26,180); }
div.DivClassName
{
background-color: #121AB4;
}
.BgClassName
{
background-color: #121AB4;
}
</style>
border-color css
<style>
span { border-color: #121AB4; }
span { border-color: rgb(18,26,180); }
td.TdClassName
{
border-color: #121AB4;
}
.TagClassName
{
border-color: #121AB4;
}
</style>