Shades of Egyptian Blue #1B3D9E
Tints of Egyptian Blue #1B3D9E
RGB
CMYK
RGB Variations
Color information
#1B3D9E (or 0x1B3D9E) is known color: Egyptian Blue. HEX triplet: 1B, 3D and 9E. RGB value is (27,61,158). Sum of RGB (Red+Green+Blue) = 27+61+158=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #1B3D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3D9E is #E4C261. Grayscale: #3D3D3D. Windows color (decimal): -14991970 or 10370331. OLE color: 10370331.
HSL color Cylindrical-coordinate representation of color #1B3D9E: hue angle of 224.43º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B3D9E is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 61 | 158 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.38 |
| HSL | 224.43º | 0.71% | 0.36% | - |
| HSV(B) | 224.43º | 0.83% | 0.62% | - |
| XYZ | 8.29 | 6.04 | 33.08 | - |
| YUV | 61.89 | 182.24 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 158 | 0.83 | 0.61 | 0 | 0.38 | 224.43 | 0.71 | 0.36 |
| Hex | 1B | 3D | 9E | 53 | 3D | 0 | 26 | E0 | 47 | 24 |
| Octal | 33 | 75 | 236 | 123 | 75 | 0 | 46 | 340 | 107 | 44 |
| Binary | 11011 | 111101 | 10011110 | 1010011 | 111101 | 0 | 100110 | 11100000 | 1000111 | 100100 |
Color Harmonies of #1B3D9E
Complementary color
Monochromatic Colors of #1B3D9E
Black with #1B3D9E
Text Example
Text Example
White with #1B3D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D9E; }
p { color: rgb(27,61,158); }
H1.HeaderClassName
{
color: #1B3D9E;
}
.AnyTagClassName
{
color: #1B3D9E;
}
</style>
background-color css
<style>
a { background-color: #1B3D9E; }
a { background-color: rgb(27,61,158); }
div.DivClassName
{
background-color: #1B3D9E;
}
.BgClassName
{
background-color: #1B3D9E;
}
</style>
border-color css
<style>
span { border-color: #1B3D9E; }
span { border-color: rgb(27,61,158); }
td.TdClassName
{
border-color: #1B3D9E;
}
.TagClassName
{
border-color: #1B3D9E;
}
</style>