Shades of Egyptian Blue #1F2BA3
Tints of Egyptian Blue #1F2BA3
RGB
CMYK
RGB Variations
Color information
#1F2BA3 (or 0x1F2BA3) is known color: Egyptian Blue. HEX triplet: 1F, 2B and A3. RGB value is (31,43,163). Sum of RGB (Red+Green+Blue) = 31+43+163=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 163 (64.06% from 255 or 68.78% from 237); Max value from RGB is 163 - color contains mainly: blue. Hex color #1F2BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2BA3 is #E0D45C. Grayscale: #343434. Windows color (decimal): -14734429 or 10693407. OLE color: 10693407.
HSL color Cylindrical-coordinate representation of color #1F2BA3: hue angle of 234.55º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F2BA3 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 43 | 163 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.36 |
| HSL | 234.55º | 0.68% | 0.38% | - |
| HSV(B) | 234.55º | 0.81% | 0.64% | - |
| XYZ | 8.04 | 4.66 | 35.13 | - |
| YUV | 53.09 | 190.02 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 163 | 0.81 | 0.74 | 0 | 0.36 | 234.55 | 0.68 | 0.38 |
| Hex | 1F | 2B | A3 | 51 | 4A | 0 | 24 | EB | 44 | 26 |
| Octal | 37 | 53 | 243 | 121 | 112 | 0 | 44 | 353 | 104 | 46 |
| Binary | 11111 | 101011 | 10100011 | 1010001 | 1001010 | 0 | 100100 | 11101011 | 1000100 | 100110 |
Color Harmonies of #1F2BA3
Complementary color
Monochromatic Colors of #1F2BA3
Black with #1F2BA3
Text Example
Text Example
White with #1F2BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2BA3; }
p { color: rgb(31,43,163); }
H1.HeaderClassName
{
color: #1F2BA3;
}
.AnyTagClassName
{
color: #1F2BA3;
}
</style>
background-color css
<style>
a { background-color: #1F2BA3; }
a { background-color: rgb(31,43,163); }
div.DivClassName
{
background-color: #1F2BA3;
}
.BgClassName
{
background-color: #1F2BA3;
}
</style>
border-color css
<style>
span { border-color: #1F2BA3; }
span { border-color: rgb(31,43,163); }
td.TdClassName
{
border-color: #1F2BA3;
}
.TagClassName
{
border-color: #1F2BA3;
}
</style>