Shades of Egyptian Blue #1F3A92
Tints of Egyptian Blue #1F3A92
RGB
CMYK
RGB Variations
Color information
#1F3A92 (or 0x1F3A92) is known color: Egyptian Blue. HEX triplet: 1F, 3A and 92. RGB value is (31,58,146). Sum of RGB (Red+Green+Blue) = 31+58+146=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F3A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3A92 is #E0C56D. Grayscale: #3B3B3B. Windows color (decimal): -14730606 or 9583135. OLE color: 9583135.
HSL color Cylindrical-coordinate representation of color #1F3A92: hue angle of 225.91º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3A92 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 31 | 58 | 146 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.43 |
| HSL | 225.91º | 0.65% | 0.35% | - |
| HSV(B) | 225.91º | 0.79% | 0.57% | - |
| XYZ | 7.27 | 5.39 | 27.85 | - |
| YUV | 59.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 146 | 0.79 | 0.60 | 0 | 0.43 | 225.91 | 0.65 | 0.35 |
| Hex | 1F | 3A | 92 | 4F | 3C | 0 | 2B | E2 | 41 | 23 |
| Octal | 37 | 72 | 222 | 117 | 74 | 0 | 53 | 342 | 101 | 43 |
| Binary | 11111 | 111010 | 10010010 | 1001111 | 111100 | 0 | 101011 | 11100010 | 1000001 | 100011 |
Color Harmonies of #1F3A92
Complementary color
Monochromatic Colors of #1F3A92
Black with #1F3A92
Text Example
Text Example
White with #1F3A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3A92; }
p { color: rgb(31,58,146); }
H1.HeaderClassName
{
color: #1F3A92;
}
.AnyTagClassName
{
color: #1F3A92;
}
</style>
background-color css
<style>
a { background-color: #1F3A92; }
a { background-color: rgb(31,58,146); }
div.DivClassName
{
background-color: #1F3A92;
}
.BgClassName
{
background-color: #1F3A92;
}
</style>
border-color css
<style>
span { border-color: #1F3A92; }
span { border-color: rgb(31,58,146); }
td.TdClassName
{
border-color: #1F3A92;
}
.TagClassName
{
border-color: #1F3A92;
}
</style>