Shades of Egyptian Blue #1D309D
Tints of Egyptian Blue #1D309D
RGB
CMYK
RGB Variations
Color information
#1D309D (or 0x1D309D) is known color: Egyptian Blue. HEX triplet: 1D, 30 and 9D. RGB value is (29,48,157). Sum of RGB (Red+Green+Blue) = 29+48+157=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D309D is #E2CF62. Grayscale: #363636. Windows color (decimal): -14864227 or 10301469. OLE color: 10301469.
HSL color Cylindrical-coordinate representation of color #1D309D: hue angle of 231.09º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D309D is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 48 | 157 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.38 |
| HSL | 231.09º | 0.69% | 0.36% | - |
| HSV(B) | 231.09º | 0.82% | 0.62% | - |
| XYZ | 7.65 | 4.81 | 32.42 | - |
| YUV | 54.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 157 | 0.82 | 0.69 | 0 | 0.38 | 231.09 | 0.69 | 0.36 |
| Hex | 1D | 30 | 9D | 52 | 45 | 0 | 26 | E7 | 45 | 24 |
| Octal | 35 | 60 | 235 | 122 | 105 | 0 | 46 | 347 | 105 | 44 |
| Binary | 11101 | 110000 | 10011101 | 1010010 | 1000101 | 0 | 100110 | 11100111 | 1000101 | 100100 |
Color Harmonies of #1D309D
Complementary color
Monochromatic Colors of #1D309D
Black with #1D309D
Text Example
Text Example
White with #1D309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D309D; }
p { color: rgb(29,48,157); }
H1.HeaderClassName
{
color: #1D309D;
}
.AnyTagClassName
{
color: #1D309D;
}
</style>
background-color css
<style>
a { background-color: #1D309D; }
a { background-color: rgb(29,48,157); }
div.DivClassName
{
background-color: #1D309D;
}
.BgClassName
{
background-color: #1D309D;
}
</style>
border-color css
<style>
span { border-color: #1D309D; }
span { border-color: rgb(29,48,157); }
td.TdClassName
{
border-color: #1D309D;
}
.TagClassName
{
border-color: #1D309D;
}
</style>