Shades of Egyptian Blue #1A23AA
Tints of Egyptian Blue #1A23AA
RGB
CMYK
RGB Variations
Color information
#1A23AA (or 0x1A23AA) is known color: Egyptian Blue. HEX triplet: 1A, 23 and AA. RGB value is (26,35,170). Sum of RGB (Red+Green+Blue) = 26+35+170=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 170 (66.80% from 255 or 73.59% from 231); Max value from RGB is 170 - color contains mainly: blue. Hex color #1A23AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A23AA is #E5DC55. Grayscale: #2F2F2F. Windows color (decimal): -15064150 or 11150106. OLE color: 11150106.
HSL color Cylindrical-coordinate representation of color #1A23AA: hue angle of 236.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A23AA is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 35 | 170 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.33 |
| HSL | 236.25º | 0.73% | 0.38% | - |
| HSV(B) | 236.25º | 0.85% | 0.67% | - |
| XYZ | 8.28 | 4.32 | 38.43 | - |
| YUV | 47.7 | 197.02 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 35 | 170 | 0.85 | 0.79 | 0 | 0.33 | 236.25 | 0.73 | 0.38 |
| Hex | 1A | 23 | AA | 55 | 4F | 0 | 21 | EC | 49 | 26 |
| Octal | 32 | 43 | 252 | 125 | 117 | 0 | 41 | 354 | 111 | 46 |
| Binary | 11010 | 100011 | 10101010 | 1010101 | 1001111 | 0 | 100001 | 11101100 | 1001001 | 100110 |
Color Harmonies of #1A23AA
Complementary color
Monochromatic Colors of #1A23AA
Black with #1A23AA
Text Example
Text Example
White with #1A23AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A23AA; }
p { color: rgb(26,35,170); }
H1.HeaderClassName
{
color: #1A23AA;
}
.AnyTagClassName
{
color: #1A23AA;
}
</style>
background-color css
<style>
a { background-color: #1A23AA; }
a { background-color: rgb(26,35,170); }
div.DivClassName
{
background-color: #1A23AA;
}
.BgClassName
{
background-color: #1A23AA;
}
</style>
border-color css
<style>
span { border-color: #1A23AA; }
span { border-color: rgb(26,35,170); }
td.TdClassName
{
border-color: #1A23AA;
}
.TagClassName
{
border-color: #1A23AA;
}
</style>