Shades of Egyptian Blue #1B3D99
Tints of Egyptian Blue #1B3D99
RGB
CMYK
RGB Variations
Color information
#1B3D99 (or 0x1B3D99) is known color: Egyptian Blue. HEX triplet: 1B, 3D and 99. RGB value is (27,61,153). Sum of RGB (Red+Green+Blue) = 27+61+153=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B3D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3D99 is #E4C266. Grayscale: #3C3C3C. Windows color (decimal): -14991975 or 10042651. OLE color: 10042651.
HSL color Cylindrical-coordinate representation of color #1B3D99: hue angle of 223.81º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B3D99 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 27 | 61 | 153 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.4 |
| HSL | 223.81º | 0.7% | 0.35% | - |
| HSV(B) | 223.81º | 0.82% | 0.6% | - |
| XYZ | 7.87 | 5.87 | 30.86 | - |
| YUV | 61.32 | 179.74 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 153 | 0.82 | 0.60 | 0 | 0.4 | 223.81 | 0.7 | 0.35 |
| Hex | 1B | 3D | 99 | 52 | 3C | 0 | 28 | E0 | 46 | 23 |
| Octal | 33 | 75 | 231 | 122 | 74 | 0 | 50 | 340 | 106 | 43 |
| Binary | 11011 | 111101 | 10011001 | 1010010 | 111100 | 0 | 101000 | 11100000 | 1000110 | 100011 |
Color Harmonies of #1B3D99
Complementary color
Monochromatic Colors of #1B3D99
Black with #1B3D99
Text Example
Text Example
White with #1B3D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D99; }
p { color: rgb(27,61,153); }
H1.HeaderClassName
{
color: #1B3D99;
}
.AnyTagClassName
{
color: #1B3D99;
}
</style>
background-color css
<style>
a { background-color: #1B3D99; }
a { background-color: rgb(27,61,153); }
div.DivClassName
{
background-color: #1B3D99;
}
.BgClassName
{
background-color: #1B3D99;
}
</style>
border-color css
<style>
span { border-color: #1B3D99; }
span { border-color: rgb(27,61,153); }
td.TdClassName
{
border-color: #1B3D99;
}
.TagClassName
{
border-color: #1B3D99;
}
</style>