Shades of Egyptian Blue #1A308A
Tints of Egyptian Blue #1A308A
RGB
CMYK
RGB Variations
Color information
#1A308A (or 0x1A308A) is known color: Egyptian Blue. HEX triplet: 1A, 30 and 8A. RGB value is (26,48,138). Sum of RGB (Red+Green+Blue) = 26+48+138=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #1A308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A308A is #E5CF75. Grayscale: #333333. Windows color (decimal): -15060854 or 9056282. OLE color: 9056282.
HSL color Cylindrical-coordinate representation of color #1A308A: hue angle of 228.21º 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 #1A308A is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 48 | 138 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.46 |
| HSL | 228.21º | 0.68% | 0.32% | - |
| HSV(B) | 228.21º | 0.81% | 0.54% | - |
| XYZ | 6.07 | 4.17 | 24.53 | - |
| YUV | 51.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 138 | 0.81 | 0.65 | 0 | 0.46 | 228.21 | 0.68 | 0.32 |
| Hex | 1A | 30 | 8A | 51 | 41 | 0 | 2E | E4 | 44 | 20 |
| Octal | 32 | 60 | 212 | 121 | 101 | 0 | 56 | 344 | 104 | 40 |
| Binary | 11010 | 110000 | 10001010 | 1010001 | 1000001 | 0 | 101110 | 11100100 | 1000100 | 100000 |
Color Harmonies of #1A308A
Complementary color
Monochromatic Colors of #1A308A
Black with #1A308A
Text Example
Text Example
White with #1A308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A308A; }
p { color: rgb(26,48,138); }
H1.HeaderClassName
{
color: #1A308A;
}
.AnyTagClassName
{
color: #1A308A;
}
</style>
background-color css
<style>
a { background-color: #1A308A; }
a { background-color: rgb(26,48,138); }
div.DivClassName
{
background-color: #1A308A;
}
.BgClassName
{
background-color: #1A308A;
}
</style>
border-color css
<style>
span { border-color: #1A308A; }
span { border-color: rgb(26,48,138); }
td.TdClassName
{
border-color: #1A308A;
}
.TagClassName
{
border-color: #1A308A;
}
</style>