Shades of Egyptian Blue #1230A4
Tints of Egyptian Blue #1230A4
RGB
CMYK
RGB Variations
Color information
#1230A4 (or 0x1230A4) is known color: Egyptian Blue. HEX triplet: 12, 30 and A4. RGB value is (18,48,164). Sum of RGB (Red+Green+Blue) = 18+48+164=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 164 (64.45% from 255 or 71.30% from 230); Max value from RGB is 164 - color contains mainly: blue. Hex color #1230A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1230A4 is #EDCF5B. Grayscale: #333333. Windows color (decimal): -15585116 or 10760210. OLE color: 10760210.
HSL color Cylindrical-coordinate representation of color #1230A4: hue angle of 227.67º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1230A4 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 48 | 164 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.36 |
| HSL | 227.67º | 0.8% | 0.36% | - |
| HSV(B) | 227.67º | 0.89% | 0.64% | - |
| XYZ | 8.01 | 4.92 | 35.65 | - |
| YUV | 52.25 | 191.06 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 164 | 0.89 | 0.71 | 0 | 0.36 | 227.67 | 0.8 | 0.36 |
| Hex | 12 | 30 | A4 | 59 | 47 | 0 | 24 | E4 | 50 | 24 |
| Octal | 22 | 60 | 244 | 131 | 107 | 0 | 44 | 344 | 120 | 44 |
| Binary | 10010 | 110000 | 10100100 | 1011001 | 1000111 | 0 | 100100 | 11100100 | 1010000 | 100100 |
Color Harmonies of #1230A4
Complementary color
Monochromatic Colors of #1230A4
Black with #1230A4
Text Example
Text Example
White with #1230A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1230A4; }
p { color: rgb(18,48,164); }
H1.HeaderClassName
{
color: #1230A4;
}
.AnyTagClassName
{
color: #1230A4;
}
</style>
background-color css
<style>
a { background-color: #1230A4; }
a { background-color: rgb(18,48,164); }
div.DivClassName
{
background-color: #1230A4;
}
.BgClassName
{
background-color: #1230A4;
}
</style>
border-color css
<style>
span { border-color: #1230A4; }
span { border-color: rgb(18,48,164); }
td.TdClassName
{
border-color: #1230A4;
}
.TagClassName
{
border-color: #1230A4;
}
</style>