Shades of Egyptian Blue #1B20AF
Tints of Egyptian Blue #1B20AF
RGB
CMYK
RGB Variations
Color information
#1B20AF (or 0x1B20AF) is known color: Egyptian Blue. HEX triplet: 1B, 20 and AF. RGB value is (27,32,175). Sum of RGB (Red+Green+Blue) = 27+32+175=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B20AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B20AF is #E4DF50. Grayscale: #2E2E2E. Windows color (decimal): -14999377 or 11477019. OLE color: 11477019.
HSL color Cylindrical-coordinate representation of color #1B20AF: hue angle of 237.97º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B20AF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 32 | 175 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.31 |
| HSL | 237.97º | 0.73% | 0.4% | - |
| HSV(B) | 237.97º | 0.85% | 0.69% | - |
| XYZ | 8.71 | 4.36 | 40.94 | - |
| YUV | 46.81 | 200.34 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 175 | 0.85 | 0.82 | 0 | 0.31 | 237.97 | 0.73 | 0.4 |
| Hex | 1B | 20 | AF | 55 | 52 | 0 | 1F | EE | 49 | 28 |
| Octal | 33 | 40 | 257 | 125 | 122 | 0 | 37 | 356 | 111 | 50 |
| Binary | 11011 | 100000 | 10101111 | 1010101 | 1010010 | 0 | 11111 | 11101110 | 1001001 | 101000 |
Color Harmonies of #1B20AF
Complementary color
Monochromatic Colors of #1B20AF
Black with #1B20AF
Text Example
Text Example
White with #1B20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B20AF; }
p { color: rgb(27,32,175); }
H1.HeaderClassName
{
color: #1B20AF;
}
.AnyTagClassName
{
color: #1B20AF;
}
</style>
background-color css
<style>
a { background-color: #1B20AF; }
a { background-color: rgb(27,32,175); }
div.DivClassName
{
background-color: #1B20AF;
}
.BgClassName
{
background-color: #1B20AF;
}
</style>
border-color css
<style>
span { border-color: #1B20AF; }
span { border-color: rgb(27,32,175); }
td.TdClassName
{
border-color: #1B20AF;
}
.TagClassName
{
border-color: #1B20AF;
}
</style>