Shades of Egyptian Blue #121CAB
Tints of Egyptian Blue #121CAB
RGB
CMYK
RGB Variations
Color information
#121CAB (or 0x121CAB) is known color: Egyptian Blue. HEX triplet: 12, 1C and AB. RGB value is (18,28,171). Sum of RGB (Red+Green+Blue) = 18+28+171=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 171 (67.19% from 255 or 78.80% from 217); Max value from RGB is 171 - color contains mainly: blue. Hex color #121CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121CAB is #EDE354. Grayscale: #282828. Windows color (decimal): -15590229 or 11213842. OLE color: 11213842.
HSL color Cylindrical-coordinate representation of color #121CAB: hue angle of 236.08º 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 #121CAB is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 28 | 171 | - |
| CMYK | 0.89 | 0.84 | 0 | 0.33 |
| HSL | 236.08º | 0.81% | 0.37% | - |
| HSV(B) | 236.08º | 0.89% | 0.67% | - |
| XYZ | 8.02 | 3.9 | 38.86 | - |
| YUV | 41.31 | 201.19 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 171 | 0.89 | 0.84 | 0 | 0.33 | 236.08 | 0.81 | 0.37 |
| Hex | 12 | 1C | AB | 59 | 54 | 0 | 21 | EC | 51 | 25 |
| Octal | 22 | 34 | 253 | 131 | 124 | 0 | 41 | 354 | 121 | 45 |
| Binary | 10010 | 11100 | 10101011 | 1011001 | 1010100 | 0 | 100001 | 11101100 | 1010001 | 100101 |
Color Harmonies of #121CAB
Complementary color
Monochromatic Colors of #121CAB
Black with #121CAB
Text Example
Text Example
White with #121CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CAB; }
p { color: rgb(18,28,171); }
H1.HeaderClassName
{
color: #121CAB;
}
.AnyTagClassName
{
color: #121CAB;
}
</style>
background-color css
<style>
a { background-color: #121CAB; }
a { background-color: rgb(18,28,171); }
div.DivClassName
{
background-color: #121CAB;
}
.BgClassName
{
background-color: #121CAB;
}
</style>
border-color css
<style>
span { border-color: #121CAB; }
span { border-color: rgb(18,28,171); }
td.TdClassName
{
border-color: #121CAB;
}
.TagClassName
{
border-color: #121CAB;
}
</style>