Shades of Egyptian Blue #1D279B
Tints of Egyptian Blue #1D279B
RGB
CMYK
RGB Variations
Color information
#1D279B (or 0x1D279B) is known color: Egyptian Blue. HEX triplet: 1D, 27 and 9B. RGB value is (29,39,155). Sum of RGB (Red+Green+Blue) = 29+39+155=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D279B is #E2D864. Grayscale: #303030. Windows color (decimal): -14866533 or 10168093. OLE color: 10168093.
HSL color Cylindrical-coordinate representation of color #1D279B: hue angle of 235.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D279B is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 39 | 155 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.39 |
| HSL | 235.24º | 0.68% | 0.36% | - |
| HSV(B) | 235.24º | 0.81% | 0.61% | - |
| XYZ | 7.15 | 4.08 | 31.42 | - |
| YUV | 49.23 | 187.69 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 155 | 0.81 | 0.75 | 0 | 0.39 | 235.24 | 0.68 | 0.36 |
| Hex | 1D | 27 | 9B | 51 | 4B | 0 | 27 | EB | 44 | 24 |
| Octal | 35 | 47 | 233 | 121 | 113 | 0 | 47 | 353 | 104 | 44 |
| Binary | 11101 | 100111 | 10011011 | 1010001 | 1001011 | 0 | 100111 | 11101011 | 1000100 | 100100 |
Color Harmonies of #1D279B
Complementary color
Monochromatic Colors of #1D279B
Black with #1D279B
Text Example
Text Example
White with #1D279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D279B; }
p { color: rgb(29,39,155); }
H1.HeaderClassName
{
color: #1D279B;
}
.AnyTagClassName
{
color: #1D279B;
}
</style>
background-color css
<style>
a { background-color: #1D279B; }
a { background-color: rgb(29,39,155); }
div.DivClassName
{
background-color: #1D279B;
}
.BgClassName
{
background-color: #1D279B;
}
</style>
border-color css
<style>
span { border-color: #1D279B; }
span { border-color: rgb(29,39,155); }
td.TdClassName
{
border-color: #1D279B;
}
.TagClassName
{
border-color: #1D279B;
}
</style>