Shades of Egyptian Blue #1B279B
Tints of Egyptian Blue #1B279B
RGB
CMYK
RGB Variations
Color information
#1B279B (or 0x1B279B) is known color: Egyptian Blue. HEX triplet: 1B, 27 and 9B. RGB value is (27,39,155). Sum of RGB (Red+Green+Blue) = 27+39+155=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B279B is #E4D864. Grayscale: #303030. Windows color (decimal): -14997605 or 10168091. OLE color: 10168091.
HSL color Cylindrical-coordinate representation of color #1B279B: hue angle of 234.38º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B279B is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 39 | 155 | - |
| CMYK | 0.83 | 0.75 | 0 | 0.39 |
| HSL | 234.38º | 0.7% | 0.36% | - |
| HSV(B) | 234.38º | 0.83% | 0.61% | - |
| XYZ | 7.09 | 4.05 | 31.42 | - |
| YUV | 48.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 39 | 155 | 0.83 | 0.75 | 0 | 0.39 | 234.38 | 0.7 | 0.36 |
| Hex | 1B | 27 | 9B | 53 | 4B | 0 | 27 | EA | 46 | 24 |
| Octal | 33 | 47 | 233 | 123 | 113 | 0 | 47 | 352 | 106 | 44 |
| Binary | 11011 | 100111 | 10011011 | 1010011 | 1001011 | 0 | 100111 | 11101010 | 1000110 | 100100 |
Color Harmonies of #1B279B
Complementary color
Monochromatic Colors of #1B279B
Black with #1B279B
Text Example
Text Example
White with #1B279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B279B; }
p { color: rgb(27,39,155); }
H1.HeaderClassName
{
color: #1B279B;
}
.AnyTagClassName
{
color: #1B279B;
}
</style>
background-color css
<style>
a { background-color: #1B279B; }
a { background-color: rgb(27,39,155); }
div.DivClassName
{
background-color: #1B279B;
}
.BgClassName
{
background-color: #1B279B;
}
</style>
border-color css
<style>
span { border-color: #1B279B; }
span { border-color: rgb(27,39,155); }
td.TdClassName
{
border-color: #1B279B;
}
.TagClassName
{
border-color: #1B279B;
}
</style>