Shades of Egyptian Blue #1B3B95
Tints of Egyptian Blue #1B3B95
RGB
CMYK
RGB Variations
Color information
#1B3B95 (or 0x1B3B95) is known color: Egyptian Blue. HEX triplet: 1B, 3B and 95. RGB value is (27,59,149). Sum of RGB (Red+Green+Blue) = 27+59+149=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B3B95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3B95 is #E4C46A. Grayscale: #3B3B3B. Windows color (decimal): -14992491 or 9779995. OLE color: 9779995.
HSL color Cylindrical-coordinate representation of color #1B3B95: hue angle of 224.26º 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 #1B3B95 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 27 | 59 | 149 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.42 |
| HSL | 224.26º | 0.69% | 0.35% | - |
| HSV(B) | 224.26º | 0.82% | 0.58% | - |
| XYZ | 7.44 | 5.53 | 29.11 | - |
| YUV | 59.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 149 | 0.82 | 0.60 | 0 | 0.42 | 224.26 | 0.69 | 0.35 |
| Hex | 1B | 3B | 95 | 52 | 3C | 0 | 2A | E0 | 45 | 23 |
| Octal | 33 | 73 | 225 | 122 | 74 | 0 | 52 | 340 | 105 | 43 |
| Binary | 11011 | 111011 | 10010101 | 1010010 | 111100 | 0 | 101010 | 11100000 | 1000101 | 100011 |
Color Harmonies of #1B3B95
Complementary color
Monochromatic Colors of #1B3B95
Black with #1B3B95
Text Example
Text Example
White with #1B3B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3B95; }
p { color: rgb(27,59,149); }
H1.HeaderClassName
{
color: #1B3B95;
}
.AnyTagClassName
{
color: #1B3B95;
}
</style>
background-color css
<style>
a { background-color: #1B3B95; }
a { background-color: rgb(27,59,149); }
div.DivClassName
{
background-color: #1B3B95;
}
.BgClassName
{
background-color: #1B3B95;
}
</style>
border-color css
<style>
span { border-color: #1B3B95; }
span { border-color: rgb(27,59,149); }
td.TdClassName
{
border-color: #1B3B95;
}
.TagClassName
{
border-color: #1B3B95;
}
</style>