Shades of Egyptian Blue #1235AB
Tints of Egyptian Blue #1235AB
RGB
CMYK
RGB Variations
Color information
#1235AB (or 0x1235AB) is known color: Egyptian Blue. HEX triplet: 12, 35 and AB. RGB value is (18,53,171). Sum of RGB (Red+Green+Blue) = 18+53+171=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #1235AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1235AB is #EDCA54. Grayscale: #373737. Windows color (decimal): -15583829 or 11220242. OLE color: 11220242.
HSL color Cylindrical-coordinate representation of color #1235AB: hue angle of 226.27º 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 #1235AB is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 53 | 171 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.33 |
| HSL | 226.27º | 0.81% | 0.37% | - |
| HSV(B) | 226.27º | 0.89% | 0.67% | - |
| XYZ | 8.87 | 5.62 | 39.14 | - |
| YUV | 55.99 | 192.9 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 171 | 0.89 | 0.69 | 0 | 0.33 | 226.27 | 0.81 | 0.37 |
| Hex | 12 | 35 | AB | 59 | 45 | 0 | 21 | E2 | 51 | 25 |
| Octal | 22 | 65 | 253 | 131 | 105 | 0 | 41 | 342 | 121 | 45 |
| Binary | 10010 | 110101 | 10101011 | 1011001 | 1000101 | 0 | 100001 | 11100010 | 1010001 | 100101 |
Color Harmonies of #1235AB
Complementary color
Monochromatic Colors of #1235AB
Black with #1235AB
Text Example
Text Example
White with #1235AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1235AB; }
p { color: rgb(18,53,171); }
H1.HeaderClassName
{
color: #1235AB;
}
.AnyTagClassName
{
color: #1235AB;
}
</style>
background-color css
<style>
a { background-color: #1235AB; }
a { background-color: rgb(18,53,171); }
div.DivClassName
{
background-color: #1235AB;
}
.BgClassName
{
background-color: #1235AB;
}
</style>
border-color css
<style>
span { border-color: #1235AB; }
span { border-color: rgb(18,53,171); }
td.TdClassName
{
border-color: #1235AB;
}
.TagClassName
{
border-color: #1235AB;
}
</style>