Shades of Egyptian Blue #1B3BA7
Tints of Egyptian Blue #1B3BA7
RGB
CMYK
RGB Variations
Color information
#1B3BA7 (or 0x1B3BA7) is known color: Egyptian Blue. HEX triplet: 1B, 3B and A7. RGB value is (27,59,167). Sum of RGB (Red+Green+Blue) = 27+59+167=253 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.67% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 167 (65.62% from 255 or 66.01% from 253); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B3BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3BA7 is #E4C458. Grayscale: #3D3D3D. Windows color (decimal): -14992473 or 10959643. OLE color: 10959643.
HSL color Cylindrical-coordinate representation of color #1B3BA7: hue angle of 226.29º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B3BA7 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 59 | 167 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.35 |
| HSL | 226.29º | 0.72% | 0.38% | - |
| HSV(B) | 226.29º | 0.84% | 0.65% | - |
| XYZ | 8.99 | 6.15 | 37.27 | - |
| YUV | 61.74 | 187.4 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 59 | 167 | 0.84 | 0.65 | 0 | 0.35 | 226.29 | 0.72 | 0.38 |
| Hex | 1B | 3B | A7 | 54 | 41 | 0 | 23 | E2 | 48 | 26 |
| Octal | 33 | 73 | 247 | 124 | 101 | 0 | 43 | 342 | 110 | 46 |
| Binary | 11011 | 111011 | 10100111 | 1010100 | 1000001 | 0 | 100011 | 11100010 | 1001000 | 100110 |
Color Harmonies of #1B3BA7
Complementary color
Monochromatic Colors of #1B3BA7
Black with #1B3BA7
Text Example
Text Example
White with #1B3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3BA7; }
p { color: rgb(27,59,167); }
H1.HeaderClassName
{
color: #1B3BA7;
}
.AnyTagClassName
{
color: #1B3BA7;
}
</style>
background-color css
<style>
a { background-color: #1B3BA7; }
a { background-color: rgb(27,59,167); }
div.DivClassName
{
background-color: #1B3BA7;
}
.BgClassName
{
background-color: #1B3BA7;
}
</style>
border-color css
<style>
span { border-color: #1B3BA7; }
span { border-color: rgb(27,59,167); }
td.TdClassName
{
border-color: #1B3BA7;
}
.TagClassName
{
border-color: #1B3BA7;
}
</style>