Shades of Egyptian Blue #121CB1
Tints of Egyptian Blue #121CB1
RGB
CMYK
RGB Variations
Color information
#121CB1 (or 0x121CB1) is known color: Egyptian Blue. HEX triplet: 12, 1C and B1. RGB value is (18,28,177). Sum of RGB (Red+Green+Blue) = 18+28+177=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 177 (69.53% from 255 or 79.37% from 223); Max value from RGB is 177 - color contains mainly: blue. Hex color #121CB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121CB1 is #EDE34E. Grayscale: #292929. Windows color (decimal): -15590223 or 11607058. OLE color: 11607058.
HSL color Cylindrical-coordinate representation of color #121CB1: hue angle of 236.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121CB1 is Cyan = 0.90, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 28 | 177 | - |
| CMYK | 0.90 | 0.84 | 0 | 0.31 |
| HSL | 236.23º | 0.82% | 0.38% | - |
| HSV(B) | 236.23º | 0.9% | 0.69% | - |
| XYZ | 8.6 | 4.13 | 41.94 | - |
| YUV | 42 | 204.19 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 177 | 0.90 | 0.84 | 0 | 0.31 | 236.23 | 0.82 | 0.38 |
| Hex | 12 | 1C | B1 | 5A | 54 | 0 | 1F | EC | 52 | 26 |
| Octal | 22 | 34 | 261 | 132 | 124 | 0 | 37 | 354 | 122 | 46 |
| Binary | 10010 | 11100 | 10110001 | 1011010 | 1010100 | 0 | 11111 | 11101100 | 1010010 | 100110 |
Color Harmonies of #121CB1
Complementary color
Monochromatic Colors of #121CB1
Black with #121CB1
Text Example
Text Example
White with #121CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121CB1; }
p { color: rgb(18,28,177); }
H1.HeaderClassName
{
color: #121CB1;
}
.AnyTagClassName
{
color: #121CB1;
}
</style>
background-color css
<style>
a { background-color: #121CB1; }
a { background-color: rgb(18,28,177); }
div.DivClassName
{
background-color: #121CB1;
}
.BgClassName
{
background-color: #121CB1;
}
</style>
border-color css
<style>
span { border-color: #121CB1; }
span { border-color: rgb(18,28,177); }
td.TdClassName
{
border-color: #121CB1;
}
.TagClassName
{
border-color: #121CB1;
}
</style>