Shades of Egyptian Blue #1F3AAA
Tints of Egyptian Blue #1F3AAA
RGB
CMYK
RGB Variations
Color information
#1F3AAA (or 0x1F3AAA) is known color: Egyptian Blue. HEX triplet: 1F, 3A and AA. RGB value is (31,58,170). Sum of RGB (Red+Green+Blue) = 31+58+170=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3AAA is #E0C555. Grayscale: #3E3E3E. Windows color (decimal): -14730582 or 11155999. OLE color: 11155999.
HSL color Cylindrical-coordinate representation of color #1F3AAA: hue angle of 228.35º 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 #1F3AAA is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 58 | 170 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.33 |
| HSL | 228.35º | 0.69% | 0.39% | - |
| HSV(B) | 228.35º | 0.82% | 0.67% | - |
| XYZ | 9.33 | 6.22 | 38.74 | - |
| YUV | 62.7 | 188.55 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 170 | 0.82 | 0.66 | 0 | 0.33 | 228.35 | 0.69 | 0.39 |
| Hex | 1F | 3A | AA | 52 | 42 | 0 | 21 | E4 | 45 | 27 |
| Octal | 37 | 72 | 252 | 122 | 102 | 0 | 41 | 344 | 105 | 47 |
| Binary | 11111 | 111010 | 10101010 | 1010010 | 1000010 | 0 | 100001 | 11100100 | 1000101 | 100111 |
Color Harmonies of #1F3AAA
Complementary color
Monochromatic Colors of #1F3AAA
Black with #1F3AAA
Text Example
Text Example
White with #1F3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3AAA; }
p { color: rgb(31,58,170); }
H1.HeaderClassName
{
color: #1F3AAA;
}
.AnyTagClassName
{
color: #1F3AAA;
}
</style>
background-color css
<style>
a { background-color: #1F3AAA; }
a { background-color: rgb(31,58,170); }
div.DivClassName
{
background-color: #1F3AAA;
}
.BgClassName
{
background-color: #1F3AAA;
}
</style>
border-color css
<style>
span { border-color: #1F3AAA; }
span { border-color: rgb(31,58,170); }
td.TdClassName
{
border-color: #1F3AAA;
}
.TagClassName
{
border-color: #1F3AAA;
}
</style>