Shades of Egyptian Blue #1B3294
Tints of Egyptian Blue #1B3294
RGB
CMYK
RGB Variations
Color information
#1B3294 (or 0x1B3294) is known color: Egyptian Blue. HEX triplet: 1B, 32 and 94. RGB value is (27,50,148). Sum of RGB (Red+Green+Blue) = 27+50+148=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B3294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3294 is #E4CD6B. Grayscale: #353535. Windows color (decimal): -14994796 or 9712155. OLE color: 9712155.
HSL color Cylindrical-coordinate representation of color #1B3294: hue angle of 228.6º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B3294 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 50 | 148 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.42 |
| HSL | 228.6º | 0.69% | 0.34% | - |
| HSV(B) | 228.6º | 0.82% | 0.58% | - |
| XYZ | 6.94 | 4.65 | 28.55 | - |
| YUV | 54.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 148 | 0.82 | 0.66 | 0 | 0.42 | 228.6 | 0.69 | 0.34 |
| Hex | 1B | 32 | 94 | 52 | 42 | 0 | 2A | E5 | 45 | 22 |
| Octal | 33 | 62 | 224 | 122 | 102 | 0 | 52 | 345 | 105 | 42 |
| Binary | 11011 | 110010 | 10010100 | 1010010 | 1000010 | 0 | 101010 | 11100101 | 1000101 | 100010 |
Color Harmonies of #1B3294
Complementary color
Monochromatic Colors of #1B3294
Black with #1B3294
Text Example
Text Example
White with #1B3294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3294; }
p { color: rgb(27,50,148); }
H1.HeaderClassName
{
color: #1B3294;
}
.AnyTagClassName
{
color: #1B3294;
}
</style>
background-color css
<style>
a { background-color: #1B3294; }
a { background-color: rgb(27,50,148); }
div.DivClassName
{
background-color: #1B3294;
}
.BgClassName
{
background-color: #1B3294;
}
</style>
border-color css
<style>
span { border-color: #1B3294; }
span { border-color: rgb(27,50,148); }
td.TdClassName
{
border-color: #1B3294;
}
.TagClassName
{
border-color: #1B3294;
}
</style>