Shades of Egyptian Blue #121BAC
Tints of Egyptian Blue #121BAC
RGB
CMYK
RGB Variations
Color information
#121BAC (or 0x121BAC) is known color: Egyptian Blue. HEX triplet: 12, 1B and AC. RGB value is (18,27,172). Sum of RGB (Red+Green+Blue) = 18+27+172=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 27 (10.94% from 255 or 12.44% from 217); Blue value is 172 (67.58% from 255 or 79.26% from 217); Max value from RGB is 172 - color contains mainly: blue. Hex color #121BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121BAC is #EDE453. Grayscale: #282828. Windows color (decimal): -15590484 or 11279122. OLE color: 11279122.
HSL color Cylindrical-coordinate representation of color #121BAC: hue angle of 236.49º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121BAC is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 27 | 172 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.33 |
| HSL | 236.49º | 0.81% | 0.37% | - |
| HSV(B) | 236.49º | 0.9% | 0.67% | - |
| XYZ | 8.09 | 3.89 | 39.35 | - |
| YUV | 40.84 | 202.02 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 27 | 172 | 0.90 | 0.84 | 0 | 0.33 | 236.49 | 0.81 | 0.37 |
| Hex | 12 | 1B | AC | 5A | 54 | 0 | 21 | EC | 51 | 25 |
| Octal | 22 | 33 | 254 | 132 | 124 | 0 | 41 | 354 | 121 | 45 |
| Binary | 10010 | 11011 | 10101100 | 1011010 | 1010100 | 0 | 100001 | 11101100 | 1010001 | 100101 |
Color Harmonies of #121BAC
Complementary color
Monochromatic Colors of #121BAC
Black with #121BAC
Text Example
Text Example
White with #121BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121BAC; }
p { color: rgb(18,27,172); }
H1.HeaderClassName
{
color: #121BAC;
}
.AnyTagClassName
{
color: #121BAC;
}
</style>
background-color css
<style>
a { background-color: #121BAC; }
a { background-color: rgb(18,27,172); }
div.DivClassName
{
background-color: #121BAC;
}
.BgClassName
{
background-color: #121BAC;
}
</style>
border-color css
<style>
span { border-color: #121BAC; }
span { border-color: rgb(18,27,172); }
td.TdClassName
{
border-color: #121BAC;
}
.TagClassName
{
border-color: #121BAC;
}
</style>