Shades of Egyptian Blue #1A2F92
Tints of Egyptian Blue #1A2F92
RGB
CMYK
RGB Variations
Color information
#1A2F92 (or 0x1A2F92) is known color: Egyptian Blue. HEX triplet: 1A, 2F and 92. RGB value is (26,47,146). Sum of RGB (Red+Green+Blue) = 26+47+146=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #1A2F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2F92 is #E5D06D. Grayscale: #333333. Windows color (decimal): -15061102 or 9580314. OLE color: 9580314.
HSL color Cylindrical-coordinate representation of color #1A2F92: hue angle of 229.5º 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 #1A2F92 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 47 | 146 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.43 |
| HSL | 229.5º | 0.7% | 0.34% | - |
| HSV(B) | 229.5º | 0.82% | 0.57% | - |
| XYZ | 6.63 | 4.33 | 27.68 | - |
| YUV | 52.01 | 181.04 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 47 | 146 | 0.82 | 0.68 | 0 | 0.43 | 229.5 | 0.7 | 0.34 |
| Hex | 1A | 2F | 92 | 52 | 44 | 0 | 2B | E6 | 46 | 22 |
| Octal | 32 | 57 | 222 | 122 | 104 | 0 | 53 | 346 | 106 | 42 |
| Binary | 11010 | 101111 | 10010010 | 1010010 | 1000100 | 0 | 101011 | 11100110 | 1000110 | 100010 |
Color Harmonies of #1A2F92
Complementary color
Monochromatic Colors of #1A2F92
Black with #1A2F92
Text Example
Text Example
White with #1A2F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2F92; }
p { color: rgb(26,47,146); }
H1.HeaderClassName
{
color: #1A2F92;
}
.AnyTagClassName
{
color: #1A2F92;
}
</style>
background-color css
<style>
a { background-color: #1A2F92; }
a { background-color: rgb(26,47,146); }
div.DivClassName
{
background-color: #1A2F92;
}
.BgClassName
{
background-color: #1A2F92;
}
</style>
border-color css
<style>
span { border-color: #1A2F92; }
span { border-color: rgb(26,47,146); }
td.TdClassName
{
border-color: #1A2F92;
}
.TagClassName
{
border-color: #1A2F92;
}
</style>