Shades of Egyptian Blue #1B4295
Tints of Egyptian Blue #1B4295
RGB
CMYK
RGB Variations
Color information
#1B4295 (or 0x1B4295) is known color: Egyptian Blue. HEX triplet: 1B, 42 and 95. RGB value is (27,66,149). Sum of RGB (Red+Green+Blue) = 27+66+149=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B4295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4295 is #E4BD6A. Grayscale: #3F3F3F. Windows color (decimal): -14990699 or 9781787. OLE color: 9781787.
HSL color Cylindrical-coordinate representation of color #1B4295: hue angle of 220.82º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4295 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 66 | 149 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.42 |
| HSL | 220.82º | 0.69% | 0.35% | - |
| HSV(B) | 220.82º | 0.82% | 0.58% | - |
| XYZ | 7.83 | 6.3 | 29.24 | - |
| YUV | 63.8 | 176.08 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 149 | 0.82 | 0.56 | 0 | 0.42 | 220.82 | 0.69 | 0.35 |
| Hex | 1B | 42 | 95 | 52 | 38 | 0 | 2A | DD | 45 | 23 |
| Octal | 33 | 102 | 225 | 122 | 70 | 0 | 52 | 335 | 105 | 43 |
| Binary | 11011 | 1000010 | 10010101 | 1010010 | 111000 | 0 | 101010 | 11011101 | 1000101 | 100011 |
Color Harmonies of #1B4295
Complementary color
Monochromatic Colors of #1B4295
Black with #1B4295
Text Example
Text Example
White with #1B4295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4295; }
p { color: rgb(27,66,149); }
H1.HeaderClassName
{
color: #1B4295;
}
.AnyTagClassName
{
color: #1B4295;
}
</style>
background-color css
<style>
a { background-color: #1B4295; }
a { background-color: rgb(27,66,149); }
div.DivClassName
{
background-color: #1B4295;
}
.BgClassName
{
background-color: #1B4295;
}
</style>
border-color css
<style>
span { border-color: #1B4295; }
span { border-color: rgb(27,66,149); }
td.TdClassName
{
border-color: #1B4295;
}
.TagClassName
{
border-color: #1B4295;
}
</style>