Shades of Egyptian Blue #1B3C96
Tints of Egyptian Blue #1B3C96
RGB
CMYK
RGB Variations
Color information
#1B3C96 (or 0x1B3C96) is known color: Egyptian Blue. HEX triplet: 1B, 3C and 96. RGB value is (27,60,150). Sum of RGB (Red+Green+Blue) = 27+60+150=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #1B3C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3C96 is #E4C369. Grayscale: #3C3C3C. Windows color (decimal): -14992234 or 9845787. OLE color: 9845787.
HSL color Cylindrical-coordinate representation of color #1B3C96: hue angle of 223.9º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B3C96 is Cyan = 0.82, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 27 | 60 | 150 | - |
| CMYK | 0.82 | 0.6 | 0 | 0.41 |
| HSL | 223.9º | 0.69% | 0.35% | - |
| HSV(B) | 223.9º | 0.82% | 0.59% | - |
| XYZ | 7.57 | 5.67 | 29.55 | - |
| YUV | 60.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 60 | 150 | 0.82 | 0.6 | 0 | 0.41 | 223.9 | 0.69 | 0.35 |
| Hex | 1B | 3C | 96 | 52 | 3C | 0 | 29 | E0 | 45 | 23 |
| Octal | 33 | 74 | 226 | 122 | 74 | 0 | 51 | 340 | 105 | 43 |
| Binary | 11011 | 111100 | 10010110 | 1010010 | 111100 | 0 | 101001 | 11100000 | 1000101 | 100011 |
Color Harmonies of #1B3C96
Complementary color
Monochromatic Colors of #1B3C96
Black with #1B3C96
Text Example
Text Example
White with #1B3C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3C96; }
p { color: rgb(27,60,150); }
H1.HeaderClassName
{
color: #1B3C96;
}
.AnyTagClassName
{
color: #1B3C96;
}
</style>
background-color css
<style>
a { background-color: #1B3C96; }
a { background-color: rgb(27,60,150); }
div.DivClassName
{
background-color: #1B3C96;
}
.BgClassName
{
background-color: #1B3C96;
}
</style>
border-color css
<style>
span { border-color: #1B3C96; }
span { border-color: rgb(27,60,150); }
td.TdClassName
{
border-color: #1B3C96;
}
.TagClassName
{
border-color: #1B3C96;
}
</style>