Shades of Egyptian Blue #121AB3
Tints of Egyptian Blue #121AB3
RGB
CMYK
RGB Variations
Color information
#121AB3 (or 0x121AB3) is known color: Egyptian Blue. HEX triplet: 12, 1A and B3. RGB value is (18,26,179). Sum of RGB (Red+Green+Blue) = 18+26+179=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 179 (70.31% from 255 or 80.27% from 223); Max value from RGB is 179 - color contains mainly: blue. Hex color #121AB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #121AB3 is #EDE54C. Grayscale: #282828. Windows color (decimal): -15590733 or 11737618. OLE color: 11737618.
HSL color Cylindrical-coordinate representation of color #121AB3: hue angle of 237.02º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121AB3 is Cyan = 0.90, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 26 | 179 | - |
| CMYK | 0.90 | 0.85 | 0 | 0.30 |
| HSL | 237.02º | 0.82% | 0.39% | - |
| HSV(B) | 237.02º | 0.9% | 0.7% | - |
| XYZ | 8.76 | 4.12 | 42.98 | - |
| YUV | 41.05 | 205.85 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 179 | 0.90 | 0.85 | 0 | 0.30 | 237.02 | 0.82 | 0.39 |
| Hex | 12 | 1A | B3 | 5A | 55 | 0 | 1E | ED | 52 | 27 |
| Octal | 22 | 32 | 263 | 132 | 125 | 0 | 36 | 355 | 122 | 47 |
| Binary | 10010 | 11010 | 10110011 | 1011010 | 1010101 | 0 | 11110 | 11101101 | 1010010 | 100111 |
Color Harmonies of #121AB3
Complementary color
Monochromatic Colors of #121AB3
Black with #121AB3
Text Example
Text Example
White with #121AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121AB3; }
p { color: rgb(18,26,179); }
H1.HeaderClassName
{
color: #121AB3;
}
.AnyTagClassName
{
color: #121AB3;
}
</style>
background-color css
<style>
a { background-color: #121AB3; }
a { background-color: rgb(18,26,179); }
div.DivClassName
{
background-color: #121AB3;
}
.BgClassName
{
background-color: #121AB3;
}
</style>
border-color css
<style>
span { border-color: #121AB3; }
span { border-color: rgb(18,26,179); }
td.TdClassName
{
border-color: #121AB3;
}
.TagClassName
{
border-color: #121AB3;
}
</style>