Shades of Egyptian Blue #1A3C92
Tints of Egyptian Blue #1A3C92
RGB
CMYK
RGB Variations
Color information
#1A3C92 (or 0x1A3C92) is known color: Egyptian Blue. HEX triplet: 1A, 3C and 92. RGB value is (26,60,146). Sum of RGB (Red+Green+Blue) = 26+60+146=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A3C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A3C92 is #E5C36D. Grayscale: #3B3B3B. Windows color (decimal): -15057774 or 9583642. OLE color: 9583642.
HSL color Cylindrical-coordinate representation of color #1A3C92: hue angle of 223º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A3C92 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 60 | 146 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.43 |
| HSL | 223º | 0.7% | 0.34% | - |
| HSV(B) | 223º | 0.82% | 0.57% | - |
| XYZ | 7.23 | 5.53 | 27.88 | - |
| YUV | 59.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 146 | 0.82 | 0.59 | 0 | 0.43 | 223 | 0.7 | 0.34 |
| Hex | 1A | 3C | 92 | 52 | 3B | 0 | 2B | DF | 46 | 22 |
| Octal | 32 | 74 | 222 | 122 | 73 | 0 | 53 | 337 | 106 | 42 |
| Binary | 11010 | 111100 | 10010010 | 1010010 | 111011 | 0 | 101011 | 11011111 | 1000110 | 100010 |
Color Harmonies of #1A3C92
Complementary color
Monochromatic Colors of #1A3C92
Black with #1A3C92
Text Example
Text Example
White with #1A3C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3C92; }
p { color: rgb(26,60,146); }
H1.HeaderClassName
{
color: #1A3C92;
}
.AnyTagClassName
{
color: #1A3C92;
}
</style>
background-color css
<style>
a { background-color: #1A3C92; }
a { background-color: rgb(26,60,146); }
div.DivClassName
{
background-color: #1A3C92;
}
.BgClassName
{
background-color: #1A3C92;
}
</style>
border-color css
<style>
span { border-color: #1A3C92; }
span { border-color: rgb(26,60,146); }
td.TdClassName
{
border-color: #1A3C92;
}
.TagClassName
{
border-color: #1A3C92;
}
</style>