Shades of Egyptian Blue #1F3C9B
Tints of Egyptian Blue #1F3C9B
RGB
CMYK
RGB Variations
Color information
#1F3C9B (or 0x1F3C9B) is known color: Egyptian Blue. HEX triplet: 1F, 3C and 9B. RGB value is (31,60,155). Sum of RGB (Red+Green+Blue) = 31+60+155=246 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.60% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F3C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3C9B is #E0C364. Grayscale: #3D3D3D. Windows color (decimal): -14730085 or 10173471. OLE color: 10173471.
HSL color Cylindrical-coordinate representation of color #1F3C9B: hue angle of 225.97º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F3C9B is Cyan = 0.8, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 60 | 155 | - |
| CMYK | 0.8 | 0.61 | 0 | 0.39 |
| HSL | 225.97º | 0.67% | 0.36% | - |
| HSV(B) | 225.97º | 0.8% | 0.61% | - |
| XYZ | 8.1 | 5.89 | 31.72 | - |
| YUV | 62.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 60 | 155 | 0.8 | 0.61 | 0 | 0.39 | 225.97 | 0.67 | 0.36 |
| Hex | 1F | 3C | 9B | 50 | 3D | 0 | 27 | E2 | 43 | 24 |
| Octal | 37 | 74 | 233 | 120 | 75 | 0 | 47 | 342 | 103 | 44 |
| Binary | 11111 | 111100 | 10011011 | 1010000 | 111101 | 0 | 100111 | 11100010 | 1000011 | 100100 |
Color Harmonies of #1F3C9B
Complementary color
Monochromatic Colors of #1F3C9B
Black with #1F3C9B
Text Example
Text Example
White with #1F3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3C9B; }
p { color: rgb(31,60,155); }
H1.HeaderClassName
{
color: #1F3C9B;
}
.AnyTagClassName
{
color: #1F3C9B;
}
</style>
background-color css
<style>
a { background-color: #1F3C9B; }
a { background-color: rgb(31,60,155); }
div.DivClassName
{
background-color: #1F3C9B;
}
.BgClassName
{
background-color: #1F3C9B;
}
</style>
border-color css
<style>
span { border-color: #1F3C9B; }
span { border-color: rgb(31,60,155); }
td.TdClassName
{
border-color: #1F3C9B;
}
.TagClassName
{
border-color: #1F3C9B;
}
</style>