Shades of Egyptian Blue #1B3A9B
Tints of Egyptian Blue #1B3A9B
RGB
CMYK
RGB Variations
Color information
#1B3A9B (or 0x1B3A9B) is known color: Egyptian Blue. HEX triplet: 1B, 3A and 9B. RGB value is (27,58,155). Sum of RGB (Red+Green+Blue) = 27+58+155=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B3A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3A9B is #E4C564. Grayscale: #3B3B3B. Windows color (decimal): -14992741 or 10172955. OLE color: 10172955.
HSL color Cylindrical-coordinate representation of color #1B3A9B: hue angle of 225.47º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B3A9B is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 58 | 155 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.39 |
| HSL | 225.47º | 0.7% | 0.36% | - |
| HSV(B) | 225.47º | 0.83% | 0.61% | - |
| XYZ | 7.88 | 5.63 | 31.68 | - |
| YUV | 59.79 | 181.73 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 155 | 0.83 | 0.63 | 0 | 0.39 | 225.47 | 0.7 | 0.36 |
| Hex | 1B | 3A | 9B | 53 | 3F | 0 | 27 | E1 | 46 | 24 |
| Octal | 33 | 72 | 233 | 123 | 77 | 0 | 47 | 341 | 106 | 44 |
| Binary | 11011 | 111010 | 10011011 | 1010011 | 111111 | 0 | 100111 | 11100001 | 1000110 | 100100 |
Color Harmonies of #1B3A9B
Complementary color
Monochromatic Colors of #1B3A9B
Black with #1B3A9B
Text Example
Text Example
White with #1B3A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A9B; }
p { color: rgb(27,58,155); }
H1.HeaderClassName
{
color: #1B3A9B;
}
.AnyTagClassName
{
color: #1B3A9B;
}
</style>
background-color css
<style>
a { background-color: #1B3A9B; }
a { background-color: rgb(27,58,155); }
div.DivClassName
{
background-color: #1B3A9B;
}
.BgClassName
{
background-color: #1B3A9B;
}
</style>
border-color css
<style>
span { border-color: #1B3A9B; }
span { border-color: rgb(27,58,155); }
td.TdClassName
{
border-color: #1B3A9B;
}
.TagClassName
{
border-color: #1B3A9B;
}
</style>