Shades of Egyptian Blue #1A37AD
Tints of Egyptian Blue #1A37AD
RGB
CMYK
RGB Variations
Color information
#1A37AD (or 0x1A37AD) is known color: Egyptian Blue. HEX triplet: 1A, 37 and AD. RGB value is (26,55,173). Sum of RGB (Red+Green+Blue) = 26+55+173=254 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.24% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #1A37AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A37AD is #E5C852. Grayscale: #3B3B3B. Windows color (decimal): -15059027 or 11351834. OLE color: 11351834.
HSL color Cylindrical-coordinate representation of color #1A37AD: hue angle of 228.16º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A37AD is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 55 | 173 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.32 |
| HSL | 228.16º | 0.74% | 0.39% | - |
| HSV(B) | 228.16º | 0.85% | 0.68% | - |
| XYZ | 9.34 | 5.97 | 40.2 | - |
| YUV | 59.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 173 | 0.85 | 0.68 | 0 | 0.32 | 228.16 | 0.74 | 0.39 |
| Hex | 1A | 37 | AD | 55 | 44 | 0 | 20 | E4 | 4A | 27 |
| Octal | 32 | 67 | 255 | 125 | 104 | 0 | 40 | 344 | 112 | 47 |
| Binary | 11010 | 110111 | 10101101 | 1010101 | 1000100 | 0 | 100000 | 11100100 | 1001010 | 100111 |
Color Harmonies of #1A37AD
Complementary color
Monochromatic Colors of #1A37AD
Black with #1A37AD
Text Example
Text Example
White with #1A37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A37AD; }
p { color: rgb(26,55,173); }
H1.HeaderClassName
{
color: #1A37AD;
}
.AnyTagClassName
{
color: #1A37AD;
}
</style>
background-color css
<style>
a { background-color: #1A37AD; }
a { background-color: rgb(26,55,173); }
div.DivClassName
{
background-color: #1A37AD;
}
.BgClassName
{
background-color: #1A37AD;
}
</style>
border-color css
<style>
span { border-color: #1A37AD; }
span { border-color: rgb(26,55,173); }
td.TdClassName
{
border-color: #1A37AD;
}
.TagClassName
{
border-color: #1A37AD;
}
</style>