Shades of Egyptian Blue #1B328F
Tints of Egyptian Blue #1B328F
RGB
CMYK
RGB Variations
Color information
#1B328F (or 0x1B328F) is known color: Egyptian Blue. HEX triplet: 1B, 32 and 8F. RGB value is (27,50,143). Sum of RGB (Red+Green+Blue) = 27+50+143=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #1B328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B328F is #E4CD70. Grayscale: #353535. Windows color (decimal): -14994801 or 9384475. OLE color: 9384475.
HSL color Cylindrical-coordinate representation of color #1B328F: hue angle of 228.1º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B328F is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 27 | 50 | 143 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.44 |
| HSL | 228.1º | 0.68% | 0.33% | - |
| HSV(B) | 228.1º | 0.81% | 0.56% | - |
| XYZ | 6.55 | 4.5 | 26.51 | - |
| YUV | 53.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 143 | 0.81 | 0.65 | 0 | 0.44 | 228.1 | 0.68 | 0.33 |
| Hex | 1B | 32 | 8F | 51 | 41 | 0 | 2C | E4 | 44 | 21 |
| Octal | 33 | 62 | 217 | 121 | 101 | 0 | 54 | 344 | 104 | 41 |
| Binary | 11011 | 110010 | 10001111 | 1010001 | 1000001 | 0 | 101100 | 11100100 | 1000100 | 100001 |
Color Harmonies of #1B328F
Complementary color
Monochromatic Colors of #1B328F
Black with #1B328F
Text Example
Text Example
White with #1B328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B328F; }
p { color: rgb(27,50,143); }
H1.HeaderClassName
{
color: #1B328F;
}
.AnyTagClassName
{
color: #1B328F;
}
</style>
background-color css
<style>
a { background-color: #1B328F; }
a { background-color: rgb(27,50,143); }
div.DivClassName
{
background-color: #1B328F;
}
.BgClassName
{
background-color: #1B328F;
}
</style>
border-color css
<style>
span { border-color: #1B328F; }
span { border-color: rgb(27,50,143); }
td.TdClassName
{
border-color: #1B328F;
}
.TagClassName
{
border-color: #1B328F;
}
</style>