Shades of Egyptian Blue #1B398A
Tints of Egyptian Blue #1B398A
RGB
CMYK
RGB Variations
Color information
#1B398A (or 0x1B398A) is known color: Egyptian Blue. HEX triplet: 1B, 39 and 8A. RGB value is (27,57,138). Sum of RGB (Red+Green+Blue) = 27+57+138=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B398A is #E4C675. Grayscale: #383838. Windows color (decimal): -14993014 or 9058587. OLE color: 9058587.
HSL color Cylindrical-coordinate representation of color #1B398A: hue angle of 223.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B398A is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 27 | 57 | 138 | - |
| CMYK | 0.80 | 0.59 | 0 | 0.46 |
| HSL | 223.78º | 0.67% | 0.32% | - |
| HSV(B) | 223.78º | 0.8% | 0.54% | - |
| XYZ | 6.5 | 4.99 | 24.67 | - |
| YUV | 57.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 57 | 138 | 0.80 | 0.59 | 0 | 0.46 | 223.78 | 0.67 | 0.32 |
| Hex | 1B | 39 | 8A | 50 | 3B | 0 | 2E | E0 | 43 | 20 |
| Octal | 33 | 71 | 212 | 120 | 73 | 0 | 56 | 340 | 103 | 40 |
| Binary | 11011 | 111001 | 10001010 | 1010000 | 111011 | 0 | 101110 | 11100000 | 1000011 | 100000 |
Color Harmonies of #1B398A
Complementary color
Monochromatic Colors of #1B398A
Black with #1B398A
Text Example
Text Example
White with #1B398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B398A; }
p { color: rgb(27,57,138); }
H1.HeaderClassName
{
color: #1B398A;
}
.AnyTagClassName
{
color: #1B398A;
}
</style>
background-color css
<style>
a { background-color: #1B398A; }
a { background-color: rgb(27,57,138); }
div.DivClassName
{
background-color: #1B398A;
}
.BgClassName
{
background-color: #1B398A;
}
</style>
border-color css
<style>
span { border-color: #1B398A; }
span { border-color: rgb(27,57,138); }
td.TdClassName
{
border-color: #1B398A;
}
.TagClassName
{
border-color: #1B398A;
}
</style>