Shades of Egyptian Blue #1B389F
Tints of Egyptian Blue #1B389F
RGB
CMYK
RGB Variations
Color information
#1B389F (or 0x1B389F) is known color: Egyptian Blue. HEX triplet: 1B, 38 and 9F. RGB value is (27,56,159). Sum of RGB (Red+Green+Blue) = 27+56+159=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B389F is #E4C760. Grayscale: #3A3A3A. Windows color (decimal): -14993249 or 10434587. OLE color: 10434587.
HSL color Cylindrical-coordinate representation of color #1B389F: hue angle of 226.82º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B389F is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 56 | 159 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.38 |
| HSL | 226.82º | 0.71% | 0.36% | - |
| HSV(B) | 226.82º | 0.83% | 0.62% | - |
| XYZ | 8.12 | 5.56 | 33.45 | - |
| YUV | 59.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 159 | 0.83 | 0.65 | 0 | 0.38 | 226.82 | 0.71 | 0.36 |
| Hex | 1B | 38 | 9F | 53 | 41 | 0 | 26 | E3 | 47 | 24 |
| Octal | 33 | 70 | 237 | 123 | 101 | 0 | 46 | 343 | 107 | 44 |
| Binary | 11011 | 111000 | 10011111 | 1010011 | 1000001 | 0 | 100110 | 11100011 | 1000111 | 100100 |
Color Harmonies of #1B389F
Complementary color
Monochromatic Colors of #1B389F
Black with #1B389F
Text Example
Text Example
White with #1B389F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B389F; }
p { color: rgb(27,56,159); }
H1.HeaderClassName
{
color: #1B389F;
}
.AnyTagClassName
{
color: #1B389F;
}
</style>
background-color css
<style>
a { background-color: #1B389F; }
a { background-color: rgb(27,56,159); }
div.DivClassName
{
background-color: #1B389F;
}
.BgClassName
{
background-color: #1B389F;
}
</style>
border-color css
<style>
span { border-color: #1B389F; }
span { border-color: rgb(27,56,159); }
td.TdClassName
{
border-color: #1B389F;
}
.TagClassName
{
border-color: #1B389F;
}
</style>