Shades of Egyptian Blue #1230AB
Tints of Egyptian Blue #1230AB
RGB
CMYK
RGB Variations
Color information
#1230AB (or 0x1230AB) is known color: Egyptian Blue. HEX triplet: 12, 30 and AB. RGB value is (18,48,171). Sum of RGB (Red+Green+Blue) = 18+48+171=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 171 (67.19% from 255 or 72.15% from 237); Max value from RGB is 171 - color contains mainly: blue. Hex color #1230AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1230AB is #EDCF54. Grayscale: #343434. Windows color (decimal): -15585109 or 11218962. OLE color: 11218962.
HSL color Cylindrical-coordinate representation of color #1230AB: hue angle of 228.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1230AB is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 48 | 171 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.33 |
| HSL | 228.24º | 0.81% | 0.37% | - |
| HSV(B) | 228.24º | 0.89% | 0.67% | - |
| XYZ | 8.66 | 5.18 | 39.07 | - |
| YUV | 53.05 | 194.56 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 171 | 0.89 | 0.72 | 0 | 0.33 | 228.24 | 0.81 | 0.37 |
| Hex | 12 | 30 | AB | 59 | 48 | 0 | 21 | E4 | 51 | 25 |
| Octal | 22 | 60 | 253 | 131 | 110 | 0 | 41 | 344 | 121 | 45 |
| Binary | 10010 | 110000 | 10101011 | 1011001 | 1001000 | 0 | 100001 | 11100100 | 1010001 | 100101 |
Color Harmonies of #1230AB
Complementary color
Monochromatic Colors of #1230AB
Black with #1230AB
Text Example
Text Example
White with #1230AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1230AB; }
p { color: rgb(18,48,171); }
H1.HeaderClassName
{
color: #1230AB;
}
.AnyTagClassName
{
color: #1230AB;
}
</style>
background-color css
<style>
a { background-color: #1230AB; }
a { background-color: rgb(18,48,171); }
div.DivClassName
{
background-color: #1230AB;
}
.BgClassName
{
background-color: #1230AB;
}
</style>
border-color css
<style>
span { border-color: #1230AB; }
span { border-color: rgb(18,48,171); }
td.TdClassName
{
border-color: #1230AB;
}
.TagClassName
{
border-color: #1230AB;
}
</style>