Shades of Egyptian Blue #1D309F
Tints of Egyptian Blue #1D309F
RGB
CMYK
RGB Variations
Color information
#1D309F (or 0x1D309F) is known color: Egyptian Blue. HEX triplet: 1D, 30 and 9F. RGB value is (29,48,159). Sum of RGB (Red+Green+Blue) = 29+48+159=236 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.29% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D309F is #E2CF60. Grayscale: #363636. Windows color (decimal): -14864225 or 10432541. OLE color: 10432541.
HSL color Cylindrical-coordinate representation of color #1D309F: hue angle of 231.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D309F is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 48 | 159 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.38 |
| HSL | 231.23º | 0.69% | 0.37% | - |
| HSV(B) | 231.23º | 0.82% | 0.62% | - |
| XYZ | 7.82 | 4.88 | 33.33 | - |
| YUV | 54.97 | 186.71 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 159 | 0.82 | 0.70 | 0 | 0.38 | 231.23 | 0.69 | 0.37 |
| Hex | 1D | 30 | 9F | 52 | 46 | 0 | 26 | E7 | 45 | 25 |
| Octal | 35 | 60 | 237 | 122 | 106 | 0 | 46 | 347 | 105 | 45 |
| Binary | 11101 | 110000 | 10011111 | 1010010 | 1000110 | 0 | 100110 | 11100111 | 1000101 | 100101 |
Color Harmonies of #1D309F
Complementary color
Monochromatic Colors of #1D309F
Black with #1D309F
Text Example
Text Example
White with #1D309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D309F; }
p { color: rgb(29,48,159); }
H1.HeaderClassName
{
color: #1D309F;
}
.AnyTagClassName
{
color: #1D309F;
}
</style>
background-color css
<style>
a { background-color: #1D309F; }
a { background-color: rgb(29,48,159); }
div.DivClassName
{
background-color: #1D309F;
}
.BgClassName
{
background-color: #1D309F;
}
</style>
border-color css
<style>
span { border-color: #1D309F; }
span { border-color: rgb(29,48,159); }
td.TdClassName
{
border-color: #1D309F;
}
.TagClassName
{
border-color: #1D309F;
}
</style>