Shades of Egyptian Blue #1D3F9A
Tints of Egyptian Blue #1D3F9A
RGB
CMYK
RGB Variations
Color information
#1D3F9A (or 0x1D3F9A) is known color: Egyptian Blue. HEX triplet: 1D, 3F and 9A. RGB value is (29,63,154). Sum of RGB (Red+Green+Blue) = 29+63+154=246 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.79% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 154 (60.55% from 255 or 62.60% from 246); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D3F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3F9A is #E2C065. Grayscale: #3E3E3E. Windows color (decimal): -14860390 or 10108701. OLE color: 10108701.
HSL color Cylindrical-coordinate representation of color #1D3F9A: hue angle of 223.68º 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 #1D3F9A is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 29 | 63 | 154 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.40 |
| HSL | 223.68º | 0.68% | 0.36% | - |
| HSV(B) | 223.68º | 0.81% | 0.6% | - |
| XYZ | 8.12 | 6.15 | 31.33 | - |
| YUV | 63.21 | 179.24 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 154 | 0.81 | 0.59 | 0 | 0.40 | 223.68 | 0.68 | 0.36 |
| Hex | 1D | 3F | 9A | 51 | 3B | 0 | 28 | E0 | 44 | 24 |
| Octal | 35 | 77 | 232 | 121 | 73 | 0 | 50 | 340 | 104 | 44 |
| Binary | 11101 | 111111 | 10011010 | 1010001 | 111011 | 0 | 101000 | 11100000 | 1000100 | 100100 |
Color Harmonies of #1D3F9A
Complementary color
Monochromatic Colors of #1D3F9A
Black with #1D3F9A
Text Example
Text Example
White with #1D3F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F9A; }
p { color: rgb(29,63,154); }
H1.HeaderClassName
{
color: #1D3F9A;
}
.AnyTagClassName
{
color: #1D3F9A;
}
</style>
background-color css
<style>
a { background-color: #1D3F9A; }
a { background-color: rgb(29,63,154); }
div.DivClassName
{
background-color: #1D3F9A;
}
.BgClassName
{
background-color: #1D3F9A;
}
</style>
border-color css
<style>
span { border-color: #1D3F9A; }
span { border-color: rgb(29,63,154); }
td.TdClassName
{
border-color: #1D3F9A;
}
.TagClassName
{
border-color: #1D3F9A;
}
</style>