Shades of Egyptian Blue #1242B1
Tints of Egyptian Blue #1242B1
RGB
CMYK
RGB Variations
Color information
#1242B1 (or 0x1242B1) is known color: Egyptian Blue. HEX triplet: 12, 42 and B1. RGB value is (18,66,177). Sum of RGB (Red+Green+Blue) = 18+66+177=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 177 (69.53% from 255 or 67.82% from 261); Max value from RGB is 177 - color contains mainly: blue. Hex color #1242B1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1242B1 is #EDBD4E. Grayscale: #3F3F3F. Windows color (decimal): -15580495 or 11616786. OLE color: 11616786.
HSL color Cylindrical-coordinate representation of color #1242B1: hue angle of 221.89º 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 #1242B1 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 66 | 177 | - |
| CMYK | 0.90 | 0.63 | 0 | 0.31 |
| HSL | 221.89º | 0.82% | 0.38% | - |
| HSV(B) | 221.89º | 0.9% | 0.69% | - |
| XYZ | 10.13 | 7.2 | 42.45 | - |
| YUV | 64.3 | 191.6 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 177 | 0.90 | 0.63 | 0 | 0.31 | 221.89 | 0.82 | 0.38 |
| Hex | 12 | 42 | B1 | 5A | 3F | 0 | 1F | DE | 52 | 26 |
| Octal | 22 | 102 | 261 | 132 | 77 | 0 | 37 | 336 | 122 | 46 |
| Binary | 10010 | 1000010 | 10110001 | 1011010 | 111111 | 0 | 11111 | 11011110 | 1010010 | 100110 |
Color Harmonies of #1242B1
Complementary color
Monochromatic Colors of #1242B1
Black with #1242B1
Text Example
Text Example
White with #1242B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242B1; }
p { color: rgb(18,66,177); }
H1.HeaderClassName
{
color: #1242B1;
}
.AnyTagClassName
{
color: #1242B1;
}
</style>
background-color css
<style>
a { background-color: #1242B1; }
a { background-color: rgb(18,66,177); }
div.DivClassName
{
background-color: #1242B1;
}
.BgClassName
{
background-color: #1242B1;
}
</style>
border-color css
<style>
span { border-color: #1242B1; }
span { border-color: rgb(18,66,177); }
td.TdClassName
{
border-color: #1242B1;
}
.TagClassName
{
border-color: #1242B1;
}
</style>