Shades of Egyptian Blue #1235AD
Tints of Egyptian Blue #1235AD
RGB
CMYK
RGB Variations
Color information
#1235AD (or 0x1235AD) is known color: Egyptian Blue. HEX triplet: 12, 35 and AD. RGB value is (18,53,173). Sum of RGB (Red+Green+Blue) = 18+53+173=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #1235AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1235AD is #EDCA52. Grayscale: #373737. Windows color (decimal): -15583827 or 11351314. OLE color: 11351314.
HSL color Cylindrical-coordinate representation of color #1235AD: hue angle of 226.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1235AD is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 53 | 173 | - |
| CMYK | 0.90 | 0.69 | 0 | 0.32 |
| HSL | 226.45º | 0.81% | 0.37% | - |
| HSV(B) | 226.45º | 0.9% | 0.68% | - |
| XYZ | 9.07 | 5.69 | 40.16 | - |
| YUV | 56.22 | 193.9 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 53 | 173 | 0.90 | 0.69 | 0 | 0.32 | 226.45 | 0.81 | 0.37 |
| Hex | 12 | 35 | AD | 5A | 45 | 0 | 20 | E2 | 51 | 25 |
| Octal | 22 | 65 | 255 | 132 | 105 | 0 | 40 | 342 | 121 | 45 |
| Binary | 10010 | 110101 | 10101101 | 1011010 | 1000101 | 0 | 100000 | 11100010 | 1010001 | 100101 |
Color Harmonies of #1235AD
Complementary color
Monochromatic Colors of #1235AD
Black with #1235AD
Text Example
Text Example
White with #1235AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1235AD; }
p { color: rgb(18,53,173); }
H1.HeaderClassName
{
color: #1235AD;
}
.AnyTagClassName
{
color: #1235AD;
}
</style>
background-color css
<style>
a { background-color: #1235AD; }
a { background-color: rgb(18,53,173); }
div.DivClassName
{
background-color: #1235AD;
}
.BgClassName
{
background-color: #1235AD;
}
</style>
border-color css
<style>
span { border-color: #1235AD; }
span { border-color: rgb(18,53,173); }
td.TdClassName
{
border-color: #1235AD;
}
.TagClassName
{
border-color: #1235AD;
}
</style>