Shades of Egyptian Blue #1F2FAA
Tints of Egyptian Blue #1F2FAA
RGB
CMYK
RGB Variations
Color information
#1F2FAA (or 0x1F2FAA) is known color: Egyptian Blue. HEX triplet: 1F, 2F and AA. RGB value is (31,47,170). Sum of RGB (Red+Green+Blue) = 31+47+170=248 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.5% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 170 (66.80% from 255 or 68.55% from 248); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F2FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2FAA is #E0D055. Grayscale: #373737. Windows color (decimal): -14733398 or 11153183. OLE color: 11153183.
HSL color Cylindrical-coordinate representation of color #1F2FAA: hue angle of 233.09º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F2FAA is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 47 | 170 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.33 |
| HSL | 233.09º | 0.69% | 0.39% | - |
| HSV(B) | 233.09º | 0.82% | 0.67% | - |
| XYZ | 8.84 | 5.23 | 38.57 | - |
| YUV | 56.24 | 192.2 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 170 | 0.82 | 0.72 | 0 | 0.33 | 233.09 | 0.69 | 0.39 |
| Hex | 1F | 2F | AA | 52 | 48 | 0 | 21 | E9 | 45 | 27 |
| Octal | 37 | 57 | 252 | 122 | 110 | 0 | 41 | 351 | 105 | 47 |
| Binary | 11111 | 101111 | 10101010 | 1010010 | 1001000 | 0 | 100001 | 11101001 | 1000101 | 100111 |
Color Harmonies of #1F2FAA
Complementary color
Monochromatic Colors of #1F2FAA
Black with #1F2FAA
Text Example
Text Example
White with #1F2FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2FAA; }
p { color: rgb(31,47,170); }
H1.HeaderClassName
{
color: #1F2FAA;
}
.AnyTagClassName
{
color: #1F2FAA;
}
</style>
background-color css
<style>
a { background-color: #1F2FAA; }
a { background-color: rgb(31,47,170); }
div.DivClassName
{
background-color: #1F2FAA;
}
.BgClassName
{
background-color: #1F2FAA;
}
</style>
border-color css
<style>
span { border-color: #1F2FAA; }
span { border-color: rgb(31,47,170); }
td.TdClassName
{
border-color: #1F2FAA;
}
.TagClassName
{
border-color: #1F2FAA;
}
</style>