Shades of Egyptian Blue #1F2FA2
Tints of Egyptian Blue #1F2FA2
RGB
CMYK
RGB Variations
Color information
#1F2FA2 (or 0x1F2FA2) is known color: Egyptian Blue. HEX triplet: 1F, 2F and A2. RGB value is (31,47,162). Sum of RGB (Red+Green+Blue) = 31+47+162=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 162 (63.67% from 255 or 67.5% from 240); Max value from RGB is 162 - color contains mainly: blue. Hex color #1F2FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2FA2 is #E0D05D. Grayscale: #363636. Windows color (decimal): -14733406 or 10628895. OLE color: 10628895.
HSL color Cylindrical-coordinate representation of color #1F2FA2: hue angle of 232.67º 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 #1F2FA2 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 31 | 47 | 162 | - |
| CMYK | 0.81 | 0.71 | 0 | 0.36 |
| HSL | 232.67º | 0.68% | 0.38% | - |
| HSV(B) | 232.67º | 0.81% | 0.64% | - |
| XYZ | 8.1 | 4.93 | 34.71 | - |
| YUV | 55.33 | 188.2 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 162 | 0.81 | 0.71 | 0 | 0.36 | 232.67 | 0.68 | 0.38 |
| Hex | 1F | 2F | A2 | 51 | 47 | 0 | 24 | E9 | 44 | 26 |
| Octal | 37 | 57 | 242 | 121 | 107 | 0 | 44 | 351 | 104 | 46 |
| Binary | 11111 | 101111 | 10100010 | 1010001 | 1000111 | 0 | 100100 | 11101001 | 1000100 | 100110 |
Color Harmonies of #1F2FA2
Complementary color
Monochromatic Colors of #1F2FA2
Black with #1F2FA2
Text Example
Text Example
White with #1F2FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2FA2; }
p { color: rgb(31,47,162); }
H1.HeaderClassName
{
color: #1F2FA2;
}
.AnyTagClassName
{
color: #1F2FA2;
}
</style>
background-color css
<style>
a { background-color: #1F2FA2; }
a { background-color: rgb(31,47,162); }
div.DivClassName
{
background-color: #1F2FA2;
}
.BgClassName
{
background-color: #1F2FA2;
}
</style>
border-color css
<style>
span { border-color: #1F2FA2; }
span { border-color: rgb(31,47,162); }
td.TdClassName
{
border-color: #1F2FA2;
}
.TagClassName
{
border-color: #1F2FA2;
}
</style>