Shades of Egyptian Blue #1B3A9D
Tints of Egyptian Blue #1B3A9D
RGB
CMYK
RGB Variations
Color information
#1B3A9D (or 0x1B3A9D) is known color: Egyptian Blue. HEX triplet: 1B, 3A and 9D. RGB value is (27,58,157). Sum of RGB (Red+Green+Blue) = 27+58+157=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B3A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3A9D is #E4C562. Grayscale: #3B3B3B. Windows color (decimal): -14992739 or 10304027. OLE color: 10304027.
HSL color Cylindrical-coordinate representation of color #1B3A9D: hue angle of 225.69º 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 #1B3A9D is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 58 | 157 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.38 |
| HSL | 225.69º | 0.71% | 0.36% | - |
| HSV(B) | 225.69º | 0.83% | 0.62% | - |
| XYZ | 8.05 | 5.69 | 32.57 | - |
| YUV | 60.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 157 | 0.83 | 0.63 | 0 | 0.38 | 225.69 | 0.71 | 0.36 |
| Hex | 1B | 3A | 9D | 53 | 3F | 0 | 26 | E2 | 47 | 24 |
| Octal | 33 | 72 | 235 | 123 | 77 | 0 | 46 | 342 | 107 | 44 |
| Binary | 11011 | 111010 | 10011101 | 1010011 | 111111 | 0 | 100110 | 11100010 | 1000111 | 100100 |
Color Harmonies of #1B3A9D
Complementary color
Monochromatic Colors of #1B3A9D
Black with #1B3A9D
Text Example
Text Example
White with #1B3A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A9D; }
p { color: rgb(27,58,157); }
H1.HeaderClassName
{
color: #1B3A9D;
}
.AnyTagClassName
{
color: #1B3A9D;
}
</style>
background-color css
<style>
a { background-color: #1B3A9D; }
a { background-color: rgb(27,58,157); }
div.DivClassName
{
background-color: #1B3A9D;
}
.BgClassName
{
background-color: #1B3A9D;
}
</style>
border-color css
<style>
span { border-color: #1B3A9D; }
span { border-color: rgb(27,58,157); }
td.TdClassName
{
border-color: #1B3A9D;
}
.TagClassName
{
border-color: #1B3A9D;
}
</style>