Shades of Egyptian Blue #1B3CAC
Tints of Egyptian Blue #1B3CAC
RGB
CMYK
RGB Variations
Color information
#1B3CAC (or 0x1B3CAC) is known color: Egyptian Blue. HEX triplet: 1B, 3C and AC. RGB value is (27,60,172). Sum of RGB (Red+Green+Blue) = 27+60+172=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3CAC is #E4C353. Grayscale: #3E3E3E. Windows color (decimal): -14992212 or 11287579. OLE color: 11287579.
HSL color Cylindrical-coordinate representation of color #1B3CAC: hue angle of 226.34º 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 #1B3CAC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 27 | 60 | 172 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.33 |
| HSL | 226.34º | 0.73% | 0.39% | - |
| HSV(B) | 226.34º | 0.84% | 0.67% | - |
| XYZ | 9.51 | 6.44 | 39.77 | - |
| YUV | 62.9 | 189.57 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 172 | 0.84 | 0.65 | 0 | 0.33 | 226.34 | 0.73 | 0.39 |
| Hex | 1B | 3C | AC | 54 | 41 | 0 | 21 | E2 | 49 | 27 |
| Octal | 33 | 74 | 254 | 124 | 101 | 0 | 41 | 342 | 111 | 47 |
| Binary | 11011 | 111100 | 10101100 | 1010100 | 1000001 | 0 | 100001 | 11100010 | 1001001 | 100111 |
Color Harmonies of #1B3CAC
Complementary color
Monochromatic Colors of #1B3CAC
Black with #1B3CAC
Text Example
Text Example
White with #1B3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3CAC; }
p { color: rgb(27,60,172); }
H1.HeaderClassName
{
color: #1B3CAC;
}
.AnyTagClassName
{
color: #1B3CAC;
}
</style>
background-color css
<style>
a { background-color: #1B3CAC; }
a { background-color: rgb(27,60,172); }
div.DivClassName
{
background-color: #1B3CAC;
}
.BgClassName
{
background-color: #1B3CAC;
}
</style>
border-color css
<style>
span { border-color: #1B3CAC; }
span { border-color: rgb(27,60,172); }
td.TdClassName
{
border-color: #1B3CAC;
}
.TagClassName
{
border-color: #1B3CAC;
}
</style>