Shades of Egyptian Blue #1B42AC
Tints of Egyptian Blue #1B42AC
RGB
CMYK
RGB Variations
Color information
#1B42AC (or 0x1B42AC) is known color: Egyptian Blue. HEX triplet: 1B, 42 and AC. RGB value is (27,66,172). Sum of RGB (Red+Green+Blue) = 27+66+172=265 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.19% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B42AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B42AC is #E4BD53. Grayscale: #414141. Windows color (decimal): -14990676 or 11289115. OLE color: 11289115.
HSL color Cylindrical-coordinate representation of color #1B42AC: hue angle of 223.86º 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 #1B42AC is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 66 | 172 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.33 |
| HSL | 223.86º | 0.73% | 0.39% | - |
| HSV(B) | 223.86º | 0.84% | 0.67% | - |
| XYZ | 9.85 | 7.11 | 39.88 | - |
| YUV | 66.42 | 187.58 | 99.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 66 | 172 | 0.84 | 0.62 | 0 | 0.33 | 223.86 | 0.73 | 0.39 |
| Hex | 1B | 42 | AC | 54 | 3E | 0 | 21 | E0 | 49 | 27 |
| Octal | 33 | 102 | 254 | 124 | 76 | 0 | 41 | 340 | 111 | 47 |
| Binary | 11011 | 1000010 | 10101100 | 1010100 | 111110 | 0 | 100001 | 11100000 | 1001001 | 100111 |
Color Harmonies of #1B42AC
Complementary color
Monochromatic Colors of #1B42AC
Black with #1B42AC
Text Example
Text Example
White with #1B42AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B42AC; }
p { color: rgb(27,66,172); }
H1.HeaderClassName
{
color: #1B42AC;
}
.AnyTagClassName
{
color: #1B42AC;
}
</style>
background-color css
<style>
a { background-color: #1B42AC; }
a { background-color: rgb(27,66,172); }
div.DivClassName
{
background-color: #1B42AC;
}
.BgClassName
{
background-color: #1B42AC;
}
</style>
border-color css
<style>
span { border-color: #1B42AC; }
span { border-color: rgb(27,66,172); }
td.TdClassName
{
border-color: #1B42AC;
}
.TagClassName
{
border-color: #1B42AC;
}
</style>