Shades of Egyptian Blue #1233AB
Tints of Egyptian Blue #1233AB
RGB
CMYK
RGB Variations
Color information
#1233AB (or 0x1233AB) is known color: Egyptian Blue. HEX triplet: 12, 33 and AB. RGB value is (18,51,171). Sum of RGB (Red+Green+Blue) = 18+51+171=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #1233AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1233AB is #EDCC54. Grayscale: #363636. Windows color (decimal): -15584341 or 11219730. OLE color: 11219730.
HSL color Cylindrical-coordinate representation of color #1233AB: hue angle of 227.06º 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 #1233AB is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 51 | 171 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.33 |
| HSL | 227.06º | 0.81% | 0.37% | - |
| HSV(B) | 227.06º | 0.89% | 0.67% | - |
| XYZ | 8.78 | 5.44 | 39.11 | - |
| YUV | 54.81 | 193.57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 51 | 171 | 0.89 | 0.70 | 0 | 0.33 | 227.06 | 0.81 | 0.37 |
| Hex | 12 | 33 | AB | 59 | 46 | 0 | 21 | E3 | 51 | 25 |
| Octal | 22 | 63 | 253 | 131 | 106 | 0 | 41 | 343 | 121 | 45 |
| Binary | 10010 | 110011 | 10101011 | 1011001 | 1000110 | 0 | 100001 | 11100011 | 1010001 | 100101 |
Color Harmonies of #1233AB
Complementary color
Monochromatic Colors of #1233AB
Black with #1233AB
Text Example
Text Example
White with #1233AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1233AB; }
p { color: rgb(18,51,171); }
H1.HeaderClassName
{
color: #1233AB;
}
.AnyTagClassName
{
color: #1233AB;
}
</style>
background-color css
<style>
a { background-color: #1233AB; }
a { background-color: rgb(18,51,171); }
div.DivClassName
{
background-color: #1233AB;
}
.BgClassName
{
background-color: #1233AB;
}
</style>
border-color css
<style>
span { border-color: #1233AB; }
span { border-color: rgb(18,51,171); }
td.TdClassName
{
border-color: #1233AB;
}
.TagClassName
{
border-color: #1233AB;
}
</style>