Shades of Egyptian Blue #1F2AAA
Tints of Egyptian Blue #1F2AAA
RGB
CMYK
RGB Variations
Color information
#1F2AAA (or 0x1F2AAA) is known color: Egyptian Blue. HEX triplet: 1F, 2A and AA. RGB value is (31,42,170). Sum of RGB (Red+Green+Blue) = 31+42+170=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2AAA is #E0D555. Grayscale: #343434. Windows color (decimal): -14734678 or 11151903. OLE color: 11151903.
HSL color Cylindrical-coordinate representation of color #1F2AAA: hue angle of 235.25º 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 #1F2AAA is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 42 | 170 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.33 |
| HSL | 235.25º | 0.69% | 0.39% | - |
| HSV(B) | 235.25º | 0.82% | 0.67% | - |
| XYZ | 8.65 | 4.85 | 38.51 | - |
| YUV | 53.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 42 | 170 | 0.82 | 0.75 | 0 | 0.33 | 235.25 | 0.69 | 0.39 |
| Hex | 1F | 2A | AA | 52 | 4B | 0 | 21 | EB | 45 | 27 |
| Octal | 37 | 52 | 252 | 122 | 113 | 0 | 41 | 353 | 105 | 47 |
| Binary | 11111 | 101010 | 10101010 | 1010010 | 1001011 | 0 | 100001 | 11101011 | 1000101 | 100111 |
Color Harmonies of #1F2AAA
Complementary color
Monochromatic Colors of #1F2AAA
Black with #1F2AAA
Text Example
Text Example
White with #1F2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2AAA; }
p { color: rgb(31,42,170); }
H1.HeaderClassName
{
color: #1F2AAA;
}
.AnyTagClassName
{
color: #1F2AAA;
}
</style>
background-color css
<style>
a { background-color: #1F2AAA; }
a { background-color: rgb(31,42,170); }
div.DivClassName
{
background-color: #1F2AAA;
}
.BgClassName
{
background-color: #1F2AAA;
}
</style>
border-color css
<style>
span { border-color: #1F2AAA; }
span { border-color: rgb(31,42,170); }
td.TdClassName
{
border-color: #1F2AAA;
}
.TagClassName
{
border-color: #1F2AAA;
}
</style>