Shades of Egyptian Blue #1A339B
Tints of Egyptian Blue #1A339B
RGB
CMYK
RGB Variations
Color information
#1A339B (or 0x1A339B) is known color: Egyptian Blue. HEX triplet: 1A, 33 and 9B. RGB value is (26,51,155). Sum of RGB (Red+Green+Blue) = 26+51+155=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #1A339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A339B is #E5CC64. Grayscale: #363636. Windows color (decimal): -15060069 or 10171162. OLE color: 10171162.
HSL color Cylindrical-coordinate representation of color #1A339B: hue angle of 228.37º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A339B is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 26 | 51 | 155 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.39 |
| HSL | 228.37º | 0.71% | 0.35% | - |
| HSV(B) | 228.37º | 0.83% | 0.61% | - |
| XYZ | 7.53 | 4.95 | 31.57 | - |
| YUV | 55.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 155 | 0.83 | 0.67 | 0 | 0.39 | 228.37 | 0.71 | 0.35 |
| Hex | 1A | 33 | 9B | 53 | 43 | 0 | 27 | E4 | 47 | 23 |
| Octal | 32 | 63 | 233 | 123 | 103 | 0 | 47 | 344 | 107 | 43 |
| Binary | 11010 | 110011 | 10011011 | 1010011 | 1000011 | 0 | 100111 | 11100100 | 1000111 | 100011 |
Color Harmonies of #1A339B
Complementary color
Monochromatic Colors of #1A339B
Black with #1A339B
Text Example
Text Example
White with #1A339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A339B; }
p { color: rgb(26,51,155); }
H1.HeaderClassName
{
color: #1A339B;
}
.AnyTagClassName
{
color: #1A339B;
}
</style>
background-color css
<style>
a { background-color: #1A339B; }
a { background-color: rgb(26,51,155); }
div.DivClassName
{
background-color: #1A339B;
}
.BgClassName
{
background-color: #1A339B;
}
</style>
border-color css
<style>
span { border-color: #1A339B; }
span { border-color: rgb(26,51,155); }
td.TdClassName
{
border-color: #1A339B;
}
.TagClassName
{
border-color: #1A339B;
}
</style>