Shades of Egyptian Blue #1F2DAA
Tints of Egyptian Blue #1F2DAA
RGB
CMYK
RGB Variations
Color information
#1F2DAA (or 0x1F2DAA) is known color: Egyptian Blue. HEX triplet: 1F, 2D and AA. RGB value is (31,45,170). Sum of RGB (Red+Green+Blue) = 31+45+170=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F2DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2DAA is #E0D255. Grayscale: #363636. Windows color (decimal): -14733910 or 11152671. OLE color: 11152671.
HSL color Cylindrical-coordinate representation of color #1F2DAA: hue angle of 233.96º 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 #1F2DAA is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 45 | 170 | - |
| CMYK | 0.82 | 0.74 | 0 | 0.33 |
| HSL | 233.96º | 0.69% | 0.39% | - |
| HSV(B) | 233.96º | 0.82% | 0.67% | - |
| XYZ | 8.76 | 5.07 | 38.55 | - |
| YUV | 55.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 170 | 0.82 | 0.74 | 0 | 0.33 | 233.96 | 0.69 | 0.39 |
| Hex | 1F | 2D | AA | 52 | 4A | 0 | 21 | EA | 45 | 27 |
| Octal | 37 | 55 | 252 | 122 | 112 | 0 | 41 | 352 | 105 | 47 |
| Binary | 11111 | 101101 | 10101010 | 1010010 | 1001010 | 0 | 100001 | 11101010 | 1000101 | 100111 |
Color Harmonies of #1F2DAA
Complementary color
Monochromatic Colors of #1F2DAA
Black with #1F2DAA
Text Example
Text Example
White with #1F2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2DAA; }
p { color: rgb(31,45,170); }
H1.HeaderClassName
{
color: #1F2DAA;
}
.AnyTagClassName
{
color: #1F2DAA;
}
</style>
background-color css
<style>
a { background-color: #1F2DAA; }
a { background-color: rgb(31,45,170); }
div.DivClassName
{
background-color: #1F2DAA;
}
.BgClassName
{
background-color: #1F2DAA;
}
</style>
border-color css
<style>
span { border-color: #1F2DAA; }
span { border-color: rgb(31,45,170); }
td.TdClassName
{
border-color: #1F2DAA;
}
.TagClassName
{
border-color: #1F2DAA;
}
</style>