Shades of Egyptian Blue #1A378F
Tints of Egyptian Blue #1A378F
RGB
CMYK
RGB Variations
Color information
#1A378F (or 0x1A378F) is known color: Egyptian Blue. HEX triplet: 1A, 37 and 8F. RGB value is (26,55,143). Sum of RGB (Red+Green+Blue) = 26+55+143=224 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.61% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #1A378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A378F is #E5C870. Grayscale: #373737. Windows color (decimal): -15059057 or 9385754. OLE color: 9385754.
HSL color Cylindrical-coordinate representation of color #1A378F: hue angle of 225.13º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A378F is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 55 | 143 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.44 |
| HSL | 225.13º | 0.69% | 0.33% | - |
| HSV(B) | 225.13º | 0.82% | 0.56% | - |
| XYZ | 6.75 | 4.94 | 26.58 | - |
| YUV | 56.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 55 | 143 | 0.82 | 0.62 | 0 | 0.44 | 225.13 | 0.69 | 0.33 |
| Hex | 1A | 37 | 8F | 52 | 3E | 0 | 2C | E1 | 45 | 21 |
| Octal | 32 | 67 | 217 | 122 | 76 | 0 | 54 | 341 | 105 | 41 |
| Binary | 11010 | 110111 | 10001111 | 1010010 | 111110 | 0 | 101100 | 11100001 | 1000101 | 100001 |
Color Harmonies of #1A378F
Complementary color
Monochromatic Colors of #1A378F
Black with #1A378F
Text Example
Text Example
White with #1A378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A378F; }
p { color: rgb(26,55,143); }
H1.HeaderClassName
{
color: #1A378F;
}
.AnyTagClassName
{
color: #1A378F;
}
</style>
background-color css
<style>
a { background-color: #1A378F; }
a { background-color: rgb(26,55,143); }
div.DivClassName
{
background-color: #1A378F;
}
.BgClassName
{
background-color: #1A378F;
}
</style>
border-color css
<style>
span { border-color: #1A378F; }
span { border-color: rgb(26,55,143); }
td.TdClassName
{
border-color: #1A378F;
}
.TagClassName
{
border-color: #1A378F;
}
</style>