Shades of Egyptian Blue #1218B3
Tints of Egyptian Blue #1218B3
RGB
CMYK
RGB Variations
Color information
#1218B3 (or 0x1218B3) is known color: Egyptian Blue. HEX triplet: 12, 18 and B3. RGB value is (18,24,179). Sum of RGB (Red+Green+Blue) = 18+24+179=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 179 (70.31% from 255 or 81.00% from 221); Max value from RGB is 179 - color contains mainly: blue. Hex color #1218B3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1218B3 is #EDE74C. Grayscale: #272727. Windows color (decimal): -15591245 or 11737106. OLE color: 11737106.
HSL color Cylindrical-coordinate representation of color #1218B3: hue angle of 237.76º 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 #1218B3 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 24 | 179 | - |
| CMYK | 0.90 | 0.87 | 0 | 0.30 |
| HSL | 237.76º | 0.82% | 0.39% | - |
| HSV(B) | 237.76º | 0.9% | 0.7% | - |
| XYZ | 8.71 | 4.04 | 42.97 | - |
| YUV | 39.88 | 206.51 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 179 | 0.90 | 0.87 | 0 | 0.30 | 237.76 | 0.82 | 0.39 |
| Hex | 12 | 18 | B3 | 5A | 57 | 0 | 1E | EE | 52 | 27 |
| Octal | 22 | 30 | 263 | 132 | 127 | 0 | 36 | 356 | 122 | 47 |
| Binary | 10010 | 11000 | 10110011 | 1011010 | 1010111 | 0 | 11110 | 11101110 | 1010010 | 100111 |
Color Harmonies of #1218B3
Complementary color
Monochromatic Colors of #1218B3
Black with #1218B3
Text Example
Text Example
White with #1218B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1218B3; }
p { color: rgb(18,24,179); }
H1.HeaderClassName
{
color: #1218B3;
}
.AnyTagClassName
{
color: #1218B3;
}
</style>
background-color css
<style>
a { background-color: #1218B3; }
a { background-color: rgb(18,24,179); }
div.DivClassName
{
background-color: #1218B3;
}
.BgClassName
{
background-color: #1218B3;
}
</style>
border-color css
<style>
span { border-color: #1218B3; }
span { border-color: rgb(18,24,179); }
td.TdClassName
{
border-color: #1218B3;
}
.TagClassName
{
border-color: #1218B3;
}
</style>