Shades of Egyptian Blue #1A348A
Tints of Egyptian Blue #1A348A
RGB
CMYK
RGB Variations
Color information
#1A348A (or 0x1A348A) is known color: Egyptian Blue. HEX triplet: 1A, 34 and 8A. RGB value is (26,52,138). Sum of RGB (Red+Green+Blue) = 26+52+138=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 138 (54.30% from 255 or 63.89% from 216); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A348A is #E5CB75. Grayscale: #353535. Windows color (decimal): -15059830 or 9057306. OLE color: 9057306.
HSL color Cylindrical-coordinate representation of color #1A348A: hue angle of 226.07º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A348A is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 52 | 138 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.46 |
| HSL | 226.07º | 0.68% | 0.32% | - |
| HSV(B) | 226.07º | 0.81% | 0.54% | - |
| XYZ | 6.24 | 4.51 | 24.59 | - |
| YUV | 54.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 52 | 138 | 0.81 | 0.62 | 0 | 0.46 | 226.07 | 0.68 | 0.32 |
| Hex | 1A | 34 | 8A | 51 | 3E | 0 | 2E | E2 | 44 | 20 |
| Octal | 32 | 64 | 212 | 121 | 76 | 0 | 56 | 342 | 104 | 40 |
| Binary | 11010 | 110100 | 10001010 | 1010001 | 111110 | 0 | 101110 | 11100010 | 1000100 | 100000 |
Color Harmonies of #1A348A
Complementary color
Monochromatic Colors of #1A348A
Black with #1A348A
Text Example
Text Example
White with #1A348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A348A; }
p { color: rgb(26,52,138); }
H1.HeaderClassName
{
color: #1A348A;
}
.AnyTagClassName
{
color: #1A348A;
}
</style>
background-color css
<style>
a { background-color: #1A348A; }
a { background-color: rgb(26,52,138); }
div.DivClassName
{
background-color: #1A348A;
}
.BgClassName
{
background-color: #1A348A;
}
</style>
border-color css
<style>
span { border-color: #1A348A; }
span { border-color: rgb(26,52,138); }
td.TdClassName
{
border-color: #1A348A;
}
.TagClassName
{
border-color: #1A348A;
}
</style>