Shades of Egyptian Blue #1B298B
Tints of Egyptian Blue #1B298B
RGB
CMYK
RGB Variations
Color information
#1B298B (or 0x1B298B) is known color: Egyptian Blue. HEX triplet: 1B, 29 and 8B. RGB value is (27,41,139). Sum of RGB (Red+Green+Blue) = 27+41+139=207 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.04% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B298B is #E4D674. Grayscale: #2F2F2F. Windows color (decimal): -14997109 or 9120027. OLE color: 9120027.
HSL color Cylindrical-coordinate representation of color #1B298B: hue angle of 232.5º 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 #1B298B is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 41 | 139 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.45 |
| HSL | 232.5º | 0.67% | 0.33% | - |
| HSV(B) | 232.5º | 0.81% | 0.55% | - |
| XYZ | 5.91 | 3.68 | 24.83 | - |
| YUV | 47.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 139 | 0.81 | 0.71 | 0 | 0.45 | 232.5 | 0.67 | 0.33 |
| Hex | 1B | 29 | 8B | 51 | 47 | 0 | 2D | E8 | 43 | 21 |
| Octal | 33 | 51 | 213 | 121 | 107 | 0 | 55 | 350 | 103 | 41 |
| Binary | 11011 | 101001 | 10001011 | 1010001 | 1000111 | 0 | 101101 | 11101000 | 1000011 | 100001 |
Color Harmonies of #1B298B
Complementary color
Monochromatic Colors of #1B298B
Black with #1B298B
Text Example
Text Example
White with #1B298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B298B; }
p { color: rgb(27,41,139); }
H1.HeaderClassName
{
color: #1B298B;
}
.AnyTagClassName
{
color: #1B298B;
}
</style>
background-color css
<style>
a { background-color: #1B298B; }
a { background-color: rgb(27,41,139); }
div.DivClassName
{
background-color: #1B298B;
}
.BgClassName
{
background-color: #1B298B;
}
</style>
border-color css
<style>
span { border-color: #1B298B; }
span { border-color: rgb(27,41,139); }
td.TdClassName
{
border-color: #1B298B;
}
.TagClassName
{
border-color: #1B298B;
}
</style>