Shades of Egyptian Blue #1B3DAC
Tints of Egyptian Blue #1B3DAC
RGB
CMYK
RGB Variations
Color information
#1B3DAC (or 0x1B3DAC) is known color: Egyptian Blue. HEX triplet: 1B, 3D and AC. RGB value is (27,61,172). Sum of RGB (Red+Green+Blue) = 27+61+172=260 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.38% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B3DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3DAC is #E4C253. Grayscale: #3F3F3F. Windows color (decimal): -14991956 or 11287835. OLE color: 11287835.
HSL color Cylindrical-coordinate representation of color #1B3DAC: hue angle of 225.93º 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 #1B3DAC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 61 | 172 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.33 |
| HSL | 225.93º | 0.73% | 0.39% | - |
| HSV(B) | 225.93º | 0.84% | 0.67% | - |
| XYZ | 9.57 | 6.55 | 39.79 | - |
| YUV | 63.49 | 189.24 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 172 | 0.84 | 0.65 | 0 | 0.33 | 225.93 | 0.73 | 0.39 |
| Hex | 1B | 3D | AC | 54 | 41 | 0 | 21 | E2 | 49 | 27 |
| Octal | 33 | 75 | 254 | 124 | 101 | 0 | 41 | 342 | 111 | 47 |
| Binary | 11011 | 111101 | 10101100 | 1010100 | 1000001 | 0 | 100001 | 11100010 | 1001001 | 100111 |
Color Harmonies of #1B3DAC
Complementary color
Monochromatic Colors of #1B3DAC
Black with #1B3DAC
Text Example
Text Example
White with #1B3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3DAC; }
p { color: rgb(27,61,172); }
H1.HeaderClassName
{
color: #1B3DAC;
}
.AnyTagClassName
{
color: #1B3DAC;
}
</style>
background-color css
<style>
a { background-color: #1B3DAC; }
a { background-color: rgb(27,61,172); }
div.DivClassName
{
background-color: #1B3DAC;
}
.BgClassName
{
background-color: #1B3DAC;
}
</style>
border-color css
<style>
span { border-color: #1B3DAC; }
span { border-color: rgb(27,61,172); }
td.TdClassName
{
border-color: #1B3DAC;
}
.TagClassName
{
border-color: #1B3DAC;
}
</style>