Shades of Egyptian Blue #1F29AB
Tints of Egyptian Blue #1F29AB
RGB
CMYK
RGB Variations
Color information
#1F29AB (or 0x1F29AB) is known color: Egyptian Blue. HEX triplet: 1F, 29 and AB. RGB value is (31,41,171). Sum of RGB (Red+Green+Blue) = 31+41+171=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F29AB is #E0D654. Grayscale: #343434. Windows color (decimal): -14734933 or 11217183. OLE color: 11217183.
HSL color Cylindrical-coordinate representation of color #1F29AB: hue angle of 235.71º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F29AB is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 41 | 171 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.33 |
| HSL | 235.71º | 0.69% | 0.4% | - |
| HSV(B) | 235.71º | 0.82% | 0.67% | - |
| XYZ | 8.71 | 4.82 | 39 | - |
| YUV | 52.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 171 | 0.82 | 0.76 | 0 | 0.33 | 235.71 | 0.69 | 0.4 |
| Hex | 1F | 29 | AB | 52 | 4C | 0 | 21 | EC | 45 | 28 |
| Octal | 37 | 51 | 253 | 122 | 114 | 0 | 41 | 354 | 105 | 50 |
| Binary | 11111 | 101001 | 10101011 | 1010010 | 1001100 | 0 | 100001 | 11101100 | 1000101 | 101000 |
Color Harmonies of #1F29AB
Complementary color
Monochromatic Colors of #1F29AB
Black with #1F29AB
Text Example
Text Example
White with #1F29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F29AB; }
p { color: rgb(31,41,171); }
H1.HeaderClassName
{
color: #1F29AB;
}
.AnyTagClassName
{
color: #1F29AB;
}
</style>
background-color css
<style>
a { background-color: #1F29AB; }
a { background-color: rgb(31,41,171); }
div.DivClassName
{
background-color: #1F29AB;
}
.BgClassName
{
background-color: #1F29AB;
}
</style>
border-color css
<style>
span { border-color: #1F29AB; }
span { border-color: rgb(31,41,171); }
td.TdClassName
{
border-color: #1F29AB;
}
.TagClassName
{
border-color: #1F29AB;
}
</style>