Shades of Egyptian Blue #1F2D9B
Tints of Egyptian Blue #1F2D9B
RGB
CMYK
RGB Variations
Color information
#1F2D9B (or 0x1F2D9B) is known color: Egyptian Blue. HEX triplet: 1F, 2D and 9B. RGB value is (31,45,155). Sum of RGB (Red+Green+Blue) = 31+45+155=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F2D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2D9B is #E0D264. Grayscale: #343434. Windows color (decimal): -14733925 or 10169631. OLE color: 10169631.
HSL color Cylindrical-coordinate representation of color #1F2D9B: hue angle of 233.23º 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 #1F2D9B is Cyan = 0.8, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 45 | 155 | - |
| CMYK | 0.8 | 0.71 | 0 | 0.39 |
| HSL | 233.23º | 0.67% | 0.36% | - |
| HSV(B) | 233.23º | 0.8% | 0.61% | - |
| XYZ | 7.42 | 4.53 | 31.49 | - |
| YUV | 53.35 | 185.36 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 155 | 0.8 | 0.71 | 0 | 0.39 | 233.23 | 0.67 | 0.36 |
| Hex | 1F | 2D | 9B | 50 | 47 | 0 | 27 | E9 | 43 | 24 |
| Octal | 37 | 55 | 233 | 120 | 107 | 0 | 47 | 351 | 103 | 44 |
| Binary | 11111 | 101101 | 10011011 | 1010000 | 1000111 | 0 | 100111 | 11101001 | 1000011 | 100100 |
Color Harmonies of #1F2D9B
Complementary color
Monochromatic Colors of #1F2D9B
Black with #1F2D9B
Text Example
Text Example
White with #1F2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D9B; }
p { color: rgb(31,45,155); }
H1.HeaderClassName
{
color: #1F2D9B;
}
.AnyTagClassName
{
color: #1F2D9B;
}
</style>
background-color css
<style>
a { background-color: #1F2D9B; }
a { background-color: rgb(31,45,155); }
div.DivClassName
{
background-color: #1F2D9B;
}
.BgClassName
{
background-color: #1F2D9B;
}
</style>
border-color css
<style>
span { border-color: #1F2D9B; }
span { border-color: rgb(31,45,155); }
td.TdClassName
{
border-color: #1F2D9B;
}
.TagClassName
{
border-color: #1F2D9B;
}
</style>