Shades of Egyptian Blue #1D309A
Tints of Egyptian Blue #1D309A
RGB
CMYK
RGB Variations
Color information
#1D309A (or 0x1D309A) is known color: Egyptian Blue. HEX triplet: 1D, 30 and 9A. RGB value is (29,48,154). Sum of RGB (Red+Green+Blue) = 29+48+154=231 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.55% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 154 (60.55% from 255 or 66.67% from 231); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D309A is #E2CF65. Grayscale: #353535. Windows color (decimal): -14864230 or 10104861. OLE color: 10104861.
HSL color Cylindrical-coordinate representation of color #1D309A: hue angle of 230.88º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D309A is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 48 | 154 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.40 |
| HSL | 230.88º | 0.68% | 0.36% | - |
| HSV(B) | 230.88º | 0.81% | 0.6% | - |
| XYZ | 7.4 | 4.71 | 31.09 | - |
| YUV | 54.4 | 184.21 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 154 | 0.81 | 0.69 | 0 | 0.40 | 230.88 | 0.68 | 0.36 |
| Hex | 1D | 30 | 9A | 51 | 45 | 0 | 28 | E7 | 44 | 24 |
| Octal | 35 | 60 | 232 | 121 | 105 | 0 | 50 | 347 | 104 | 44 |
| Binary | 11101 | 110000 | 10011010 | 1010001 | 1000101 | 0 | 101000 | 11100111 | 1000100 | 100100 |
Color Harmonies of #1D309A
Complementary color
Monochromatic Colors of #1D309A
Black with #1D309A
Text Example
Text Example
White with #1D309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D309A; }
p { color: rgb(29,48,154); }
H1.HeaderClassName
{
color: #1D309A;
}
.AnyTagClassName
{
color: #1D309A;
}
</style>
background-color css
<style>
a { background-color: #1D309A; }
a { background-color: rgb(29,48,154); }
div.DivClassName
{
background-color: #1D309A;
}
.BgClassName
{
background-color: #1D309A;
}
</style>
border-color css
<style>
span { border-color: #1D309A; }
span { border-color: rgb(29,48,154); }
td.TdClassName
{
border-color: #1D309A;
}
.TagClassName
{
border-color: #1D309A;
}
</style>