Shades of Egyptian Blue #1237AA
Tints of Egyptian Blue #1237AA
RGB
CMYK
RGB Variations
Color information
#1237AA (or 0x1237AA) is known color: Egyptian Blue. HEX triplet: 12, 37 and AA. RGB value is (18,55,170). Sum of RGB (Red+Green+Blue) = 18+55+170=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #1237AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1237AA is #EDC855. Grayscale: #383838. Windows color (decimal): -15583318 or 11155218. OLE color: 11155218.
HSL color Cylindrical-coordinate representation of color #1237AA: hue angle of 225.39º 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 #1237AA is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 55 | 170 | - |
| CMYK | 0.89 | 0.68 | 0 | 0.33 |
| HSL | 225.39º | 0.81% | 0.37% | - |
| HSV(B) | 225.39º | 0.89% | 0.67% | - |
| XYZ | 8.87 | 5.76 | 38.68 | - |
| YUV | 57.05 | 191.74 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 55 | 170 | 0.89 | 0.68 | 0 | 0.33 | 225.39 | 0.81 | 0.37 |
| Hex | 12 | 37 | AA | 59 | 44 | 0 | 21 | E1 | 51 | 25 |
| Octal | 22 | 67 | 252 | 131 | 104 | 0 | 41 | 341 | 121 | 45 |
| Binary | 10010 | 110111 | 10101010 | 1011001 | 1000100 | 0 | 100001 | 11100001 | 1010001 | 100101 |
Color Harmonies of #1237AA
Complementary color
Monochromatic Colors of #1237AA
Black with #1237AA
Text Example
Text Example
White with #1237AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1237AA; }
p { color: rgb(18,55,170); }
H1.HeaderClassName
{
color: #1237AA;
}
.AnyTagClassName
{
color: #1237AA;
}
</style>
background-color css
<style>
a { background-color: #1237AA; }
a { background-color: rgb(18,55,170); }
div.DivClassName
{
background-color: #1237AA;
}
.BgClassName
{
background-color: #1237AA;
}
</style>
border-color css
<style>
span { border-color: #1237AA; }
span { border-color: rgb(18,55,170); }
td.TdClassName
{
border-color: #1237AA;
}
.TagClassName
{
border-color: #1237AA;
}
</style>