Shades of Egyptian Blue #1B4195
Tints of Egyptian Blue #1B4195
RGB
CMYK
RGB Variations
Color information
#1B4195 (or 0x1B4195) is known color: Egyptian Blue. HEX triplet: 1B, 41 and 95. RGB value is (27,65,149). Sum of RGB (Red+Green+Blue) = 27+65+149=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B4195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4195 is #E4BE6A. Grayscale: #3E3E3E. Windows color (decimal): -14990955 or 9781531. OLE color: 9781531.
HSL color Cylindrical-coordinate representation of color #1B4195: hue angle of 221.31º 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 #1B4195 is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 65 | 149 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.42 |
| HSL | 221.31º | 0.69% | 0.35% | - |
| HSV(B) | 221.31º | 0.82% | 0.58% | - |
| XYZ | 7.77 | 6.18 | 29.22 | - |
| YUV | 63.21 | 176.41 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 65 | 149 | 0.82 | 0.56 | 0 | 0.42 | 221.31 | 0.69 | 0.35 |
| Hex | 1B | 41 | 95 | 52 | 38 | 0 | 2A | DD | 45 | 23 |
| Octal | 33 | 101 | 225 | 122 | 70 | 0 | 52 | 335 | 105 | 43 |
| Binary | 11011 | 1000001 | 10010101 | 1010010 | 111000 | 0 | 101010 | 11011101 | 1000101 | 100011 |
Color Harmonies of #1B4195
Complementary color
Monochromatic Colors of #1B4195
Black with #1B4195
Text Example
Text Example
White with #1B4195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4195; }
p { color: rgb(27,65,149); }
H1.HeaderClassName
{
color: #1B4195;
}
.AnyTagClassName
{
color: #1B4195;
}
</style>
background-color css
<style>
a { background-color: #1B4195; }
a { background-color: rgb(27,65,149); }
div.DivClassName
{
background-color: #1B4195;
}
.BgClassName
{
background-color: #1B4195;
}
</style>
border-color css
<style>
span { border-color: #1B4195; }
span { border-color: rgb(27,65,149); }
td.TdClassName
{
border-color: #1B4195;
}
.TagClassName
{
border-color: #1B4195;
}
</style>