Shades of Egyptian Blue #1234AB
Tints of Egyptian Blue #1234AB
RGB
CMYK
RGB Variations
Color information
#1234AB (or 0x1234AB) is known color: Egyptian Blue. HEX triplet: 12, 34 and AB. RGB value is (18,52,171). Sum of RGB (Red+Green+Blue) = 18+52+171=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #1234AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1234AB is #EDCB54. Grayscale: #363636. Windows color (decimal): -15584085 or 11219986. OLE color: 11219986.
HSL color Cylindrical-coordinate representation of color #1234AB: hue angle of 226.67º 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 #1234AB is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 52 | 171 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.33 |
| HSL | 226.67º | 0.81% | 0.37% | - |
| HSV(B) | 226.67º | 0.89% | 0.67% | - |
| XYZ | 8.83 | 5.52 | 39.13 | - |
| YUV | 55.4 | 193.24 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 171 | 0.89 | 0.70 | 0 | 0.33 | 226.67 | 0.81 | 0.37 |
| Hex | 12 | 34 | AB | 59 | 46 | 0 | 21 | E3 | 51 | 25 |
| Octal | 22 | 64 | 253 | 131 | 106 | 0 | 41 | 343 | 121 | 45 |
| Binary | 10010 | 110100 | 10101011 | 1011001 | 1000110 | 0 | 100001 | 11100011 | 1010001 | 100101 |
Color Harmonies of #1234AB
Complementary color
Monochromatic Colors of #1234AB
Black with #1234AB
Text Example
Text Example
White with #1234AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1234AB; }
p { color: rgb(18,52,171); }
H1.HeaderClassName
{
color: #1234AB;
}
.AnyTagClassName
{
color: #1234AB;
}
</style>
background-color css
<style>
a { background-color: #1234AB; }
a { background-color: rgb(18,52,171); }
div.DivClassName
{
background-color: #1234AB;
}
.BgClassName
{
background-color: #1234AB;
}
</style>
border-color css
<style>
span { border-color: #1234AB; }
span { border-color: rgb(18,52,171); }
td.TdClassName
{
border-color: #1234AB;
}
.TagClassName
{
border-color: #1234AB;
}
</style>