Shades of Egyptian Blue #1A348E
Tints of Egyptian Blue #1A348E
RGB
CMYK
RGB Variations
Color information
#1A348E (or 0x1A348E) is known color: Egyptian Blue. HEX triplet: 1A, 34 and 8E. RGB value is (26,52,142). Sum of RGB (Red+Green+Blue) = 26+52+142=220 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.82% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A348E is #E5CB71. Grayscale: #363636. Windows color (decimal): -15059826 or 9319450. OLE color: 9319450.
HSL color Cylindrical-coordinate representation of color #1A348E: hue angle of 226.55º 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 #1A348E is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 26 | 52 | 142 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.44 |
| HSL | 226.55º | 0.69% | 0.33% | - |
| HSV(B) | 226.55º | 0.82% | 0.56% | - |
| XYZ | 6.54 | 4.63 | 26.14 | - |
| YUV | 54.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 142 | 0.82 | 0.63 | 0 | 0.44 | 226.55 | 0.69 | 0.33 |
| Hex | 1A | 34 | 8E | 52 | 3F | 0 | 2C | E3 | 45 | 21 |
| Octal | 32 | 64 | 216 | 122 | 77 | 0 | 54 | 343 | 105 | 41 |
| Binary | 11010 | 110100 | 10001110 | 1010010 | 111111 | 0 | 101100 | 11100011 | 1000101 | 100001 |
Color Harmonies of #1A348E
Complementary color
Monochromatic Colors of #1A348E
Black with #1A348E
Text Example
Text Example
White with #1A348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A348E; }
p { color: rgb(26,52,142); }
H1.HeaderClassName
{
color: #1A348E;
}
.AnyTagClassName
{
color: #1A348E;
}
</style>
background-color css
<style>
a { background-color: #1A348E; }
a { background-color: rgb(26,52,142); }
div.DivClassName
{
background-color: #1A348E;
}
.BgClassName
{
background-color: #1A348E;
}
</style>
border-color css
<style>
span { border-color: #1A348E; }
span { border-color: rgb(26,52,142); }
td.TdClassName
{
border-color: #1A348E;
}
.TagClassName
{
border-color: #1A348E;
}
</style>