Shades of Egyptian Blue #1B2C8B
Tints of Egyptian Blue #1B2C8B
RGB
CMYK
RGB Variations
Color information
#1B2C8B (or 0x1B2C8B) is known color: Egyptian Blue. HEX triplet: 1B, 2C and 8B. RGB value is (27,44,139). Sum of RGB (Red+Green+Blue) = 27+44+139=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B2C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2C8B is #E4D374. Grayscale: #313131. Windows color (decimal): -14996341 or 9120795. OLE color: 9120795.
HSL color Cylindrical-coordinate representation of color #1B2C8B: hue angle of 230.89º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B2C8B is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 44 | 139 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.45 |
| HSL | 230.89º | 0.67% | 0.33% | - |
| HSV(B) | 230.89º | 0.81% | 0.55% | - |
| XYZ | 6.01 | 3.9 | 24.86 | - |
| YUV | 49.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 139 | 0.81 | 0.68 | 0 | 0.45 | 230.89 | 0.67 | 0.33 |
| Hex | 1B | 2C | 8B | 51 | 44 | 0 | 2D | E7 | 43 | 21 |
| Octal | 33 | 54 | 213 | 121 | 104 | 0 | 55 | 347 | 103 | 41 |
| Binary | 11011 | 101100 | 10001011 | 1010001 | 1000100 | 0 | 101101 | 11100111 | 1000011 | 100001 |
Color Harmonies of #1B2C8B
Complementary color
Monochromatic Colors of #1B2C8B
Black with #1B2C8B
Text Example
Text Example
White with #1B2C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C8B; }
p { color: rgb(27,44,139); }
H1.HeaderClassName
{
color: #1B2C8B;
}
.AnyTagClassName
{
color: #1B2C8B;
}
</style>
background-color css
<style>
a { background-color: #1B2C8B; }
a { background-color: rgb(27,44,139); }
div.DivClassName
{
background-color: #1B2C8B;
}
.BgClassName
{
background-color: #1B2C8B;
}
</style>
border-color css
<style>
span { border-color: #1B2C8B; }
span { border-color: rgb(27,44,139); }
td.TdClassName
{
border-color: #1B2C8B;
}
.TagClassName
{
border-color: #1B2C8B;
}
</style>