Shades of Egyptian Blue #1A308C
Tints of Egyptian Blue #1A308C
RGB
CMYK
RGB Variations
Color information
#1A308C (or 0x1A308C) is known color: Egyptian Blue. HEX triplet: 1A, 30 and 8C. RGB value is (26,48,140). Sum of RGB (Red+Green+Blue) = 26+48+140=214 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.15% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #1A308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A308C is #E5CF73. Grayscale: #333333. Windows color (decimal): -15060852 or 9187354. OLE color: 9187354.
HSL color Cylindrical-coordinate representation of color #1A308C: hue angle of 228.42º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A308C is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 48 | 140 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.45 |
| HSL | 228.42º | 0.69% | 0.33% | - |
| HSV(B) | 228.42º | 0.81% | 0.55% | - |
| XYZ | 6.22 | 4.23 | 25.3 | - |
| YUV | 51.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 140 | 0.81 | 0.66 | 0 | 0.45 | 228.42 | 0.69 | 0.33 |
| Hex | 1A | 30 | 8C | 51 | 42 | 0 | 2D | E4 | 45 | 21 |
| Octal | 32 | 60 | 214 | 121 | 102 | 0 | 55 | 344 | 105 | 41 |
| Binary | 11010 | 110000 | 10001100 | 1010001 | 1000010 | 0 | 101101 | 11100100 | 1000101 | 100001 |
Color Harmonies of #1A308C
Complementary color
Monochromatic Colors of #1A308C
Black with #1A308C
Text Example
Text Example
White with #1A308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A308C; }
p { color: rgb(26,48,140); }
H1.HeaderClassName
{
color: #1A308C;
}
.AnyTagClassName
{
color: #1A308C;
}
</style>
background-color css
<style>
a { background-color: #1A308C; }
a { background-color: rgb(26,48,140); }
div.DivClassName
{
background-color: #1A308C;
}
.BgClassName
{
background-color: #1A308C;
}
</style>
border-color css
<style>
span { border-color: #1A308C; }
span { border-color: rgb(26,48,140); }
td.TdClassName
{
border-color: #1A308C;
}
.TagClassName
{
border-color: #1A308C;
}
</style>