Shades of Egyptian Blue #1D309C
Tints of Egyptian Blue #1D309C
RGB
CMYK
RGB Variations
Color information
#1D309C (or 0x1D309C) is known color: Egyptian Blue. HEX triplet: 1D, 30 and 9C. RGB value is (29,48,156). Sum of RGB (Red+Green+Blue) = 29+48+156=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 156 (61.33% from 255 or 66.95% from 233); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D309C is #E2CF63. Grayscale: #363636. Windows color (decimal): -14864228 or 10235933. OLE color: 10235933.
HSL color Cylindrical-coordinate representation of color #1D309C: hue angle of 231.02º degrees, saturation: 0.69, 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 #1D309C is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 48 | 156 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.39 |
| HSL | 231.02º | 0.69% | 0.36% | - |
| HSV(B) | 231.02º | 0.81% | 0.61% | - |
| XYZ | 7.56 | 4.78 | 31.98 | - |
| YUV | 54.63 | 185.21 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 156 | 0.81 | 0.69 | 0 | 0.39 | 231.02 | 0.69 | 0.36 |
| Hex | 1D | 30 | 9C | 51 | 45 | 0 | 27 | E7 | 45 | 24 |
| Octal | 35 | 60 | 234 | 121 | 105 | 0 | 47 | 347 | 105 | 44 |
| Binary | 11101 | 110000 | 10011100 | 1010001 | 1000101 | 0 | 100111 | 11100111 | 1000101 | 100100 |
Color Harmonies of #1D309C
Complementary color
Monochromatic Colors of #1D309C
Black with #1D309C
Text Example
Text Example
White with #1D309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D309C; }
p { color: rgb(29,48,156); }
H1.HeaderClassName
{
color: #1D309C;
}
.AnyTagClassName
{
color: #1D309C;
}
</style>
background-color css
<style>
a { background-color: #1D309C; }
a { background-color: rgb(29,48,156); }
div.DivClassName
{
background-color: #1D309C;
}
.BgClassName
{
background-color: #1D309C;
}
</style>
border-color css
<style>
span { border-color: #1D309C; }
span { border-color: rgb(29,48,156); }
td.TdClassName
{
border-color: #1D309C;
}
.TagClassName
{
border-color: #1D309C;
}
</style>