Shades of Egyptian Blue #1B33AB
Tints of Egyptian Blue #1B33AB
RGB
CMYK
RGB Variations
Color information
#1B33AB (or 0x1B33AB) is known color: Egyptian Blue. HEX triplet: 1B, 33 and AB. RGB value is (27,51,171). Sum of RGB (Red+Green+Blue) = 27+51+171=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B33AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B33AB is #E4CC54. Grayscale: #393939. Windows color (decimal): -14994517 or 11219739. OLE color: 11219739.
HSL color Cylindrical-coordinate representation of color #1B33AB: hue angle of 230º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B33AB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 51 | 171 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.33 |
| HSL | 230º | 0.73% | 0.39% | - |
| HSV(B) | 230º | 0.84% | 0.67% | - |
| XYZ | 8.99 | 5.54 | 39.12 | - |
| YUV | 57.5 | 192.05 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 51 | 171 | 0.84 | 0.70 | 0 | 0.33 | 230 | 0.73 | 0.39 |
| Hex | 1B | 33 | AB | 54 | 46 | 0 | 21 | E6 | 49 | 27 |
| Octal | 33 | 63 | 253 | 124 | 106 | 0 | 41 | 346 | 111 | 47 |
| Binary | 11011 | 110011 | 10101011 | 1010100 | 1000110 | 0 | 100001 | 11100110 | 1001001 | 100111 |
Color Harmonies of #1B33AB
Complementary color
Monochromatic Colors of #1B33AB
Black with #1B33AB
Text Example
Text Example
White with #1B33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B33AB; }
p { color: rgb(27,51,171); }
H1.HeaderClassName
{
color: #1B33AB;
}
.AnyTagClassName
{
color: #1B33AB;
}
</style>
background-color css
<style>
a { background-color: #1B33AB; }
a { background-color: rgb(27,51,171); }
div.DivClassName
{
background-color: #1B33AB;
}
.BgClassName
{
background-color: #1B33AB;
}
</style>
border-color css
<style>
span { border-color: #1B33AB; }
span { border-color: rgb(27,51,171); }
td.TdClassName
{
border-color: #1B33AB;
}
.TagClassName
{
border-color: #1B33AB;
}
</style>