Shades of Egyptian Blue #1B3D98
Tints of Egyptian Blue #1B3D98
RGB
CMYK
RGB Variations
Color information
#1B3D98 (or 0x1B3D98) is known color: Egyptian Blue. HEX triplet: 1B, 3D and 98. RGB value is (27,61,152). Sum of RGB (Red+Green+Blue) = 27+61+152=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #1B3D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3D98 is #E4C267. Grayscale: #3C3C3C. Windows color (decimal): -14991976 or 9977115. OLE color: 9977115.
HSL color Cylindrical-coordinate representation of color #1B3D98: hue angle of 223.68º 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 #1B3D98 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 61 | 152 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.40 |
| HSL | 223.68º | 0.7% | 0.35% | - |
| HSV(B) | 223.68º | 0.82% | 0.6% | - |
| XYZ | 7.79 | 5.84 | 30.42 | - |
| YUV | 61.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 152 | 0.82 | 0.60 | 0 | 0.40 | 223.68 | 0.7 | 0.35 |
| Hex | 1B | 3D | 98 | 52 | 3C | 0 | 28 | E0 | 46 | 23 |
| Octal | 33 | 75 | 230 | 122 | 74 | 0 | 50 | 340 | 106 | 43 |
| Binary | 11011 | 111101 | 10011000 | 1010010 | 111100 | 0 | 101000 | 11100000 | 1000110 | 100011 |
Color Harmonies of #1B3D98
Complementary color
Monochromatic Colors of #1B3D98
Black with #1B3D98
Text Example
Text Example
White with #1B3D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D98; }
p { color: rgb(27,61,152); }
H1.HeaderClassName
{
color: #1B3D98;
}
.AnyTagClassName
{
color: #1B3D98;
}
</style>
background-color css
<style>
a { background-color: #1B3D98; }
a { background-color: rgb(27,61,152); }
div.DivClassName
{
background-color: #1B3D98;
}
.BgClassName
{
background-color: #1B3D98;
}
</style>
border-color css
<style>
span { border-color: #1B3D98; }
span { border-color: rgb(27,61,152); }
td.TdClassName
{
border-color: #1B3D98;
}
.TagClassName
{
border-color: #1B3D98;
}
</style>