Shades of Egyptian Blue #1B3A9C
Tints of Egyptian Blue #1B3A9C
RGB
CMYK
RGB Variations
Color information
#1B3A9C (or 0x1B3A9C) is known color: Egyptian Blue. HEX triplet: 1B, 3A and 9C. RGB value is (27,58,156). Sum of RGB (Red+Green+Blue) = 27+58+156=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B3A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3A9C is #E4C563. Grayscale: #3B3B3B. Windows color (decimal): -14992740 or 10238491. OLE color: 10238491.
HSL color Cylindrical-coordinate representation of color #1B3A9C: hue angle of 225.58º 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 #1B3A9C is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 58 | 156 | - |
| CMYK | 0.83 | 0.63 | 0 | 0.39 |
| HSL | 225.58º | 0.7% | 0.36% | - |
| HSV(B) | 225.58º | 0.83% | 0.61% | - |
| XYZ | 7.97 | 5.66 | 32.13 | - |
| YUV | 59.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 58 | 156 | 0.83 | 0.63 | 0 | 0.39 | 225.58 | 0.7 | 0.36 |
| Hex | 1B | 3A | 9C | 53 | 3F | 0 | 27 | E2 | 46 | 24 |
| Octal | 33 | 72 | 234 | 123 | 77 | 0 | 47 | 342 | 106 | 44 |
| Binary | 11011 | 111010 | 10011100 | 1010011 | 111111 | 0 | 100111 | 11100010 | 1000110 | 100100 |
Color Harmonies of #1B3A9C
Complementary color
Monochromatic Colors of #1B3A9C
Black with #1B3A9C
Text Example
Text Example
White with #1B3A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3A9C; }
p { color: rgb(27,58,156); }
H1.HeaderClassName
{
color: #1B3A9C;
}
.AnyTagClassName
{
color: #1B3A9C;
}
</style>
background-color css
<style>
a { background-color: #1B3A9C; }
a { background-color: rgb(27,58,156); }
div.DivClassName
{
background-color: #1B3A9C;
}
.BgClassName
{
background-color: #1B3A9C;
}
</style>
border-color css
<style>
span { border-color: #1B3A9C; }
span { border-color: rgb(27,58,156); }
td.TdClassName
{
border-color: #1B3A9C;
}
.TagClassName
{
border-color: #1B3A9C;
}
</style>