Shades of Egyptian Blue #1F2D95
Tints of Egyptian Blue #1F2D95
RGB
CMYK
RGB Variations
Color information
#1F2D95 (or 0x1F2D95) is known color: Egyptian Blue. HEX triplet: 1F, 2D and 95. RGB value is (31,45,149). Sum of RGB (Red+Green+Blue) = 31+45+149=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F2D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2D95 is #E0D26A. Grayscale: #343434. Windows color (decimal): -14733931 or 9776415. OLE color: 9776415.
HSL color Cylindrical-coordinate representation of color #1F2D95: hue angle of 232.88º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F2D95 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 45 | 149 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.42 |
| HSL | 232.88º | 0.66% | 0.35% | - |
| HSV(B) | 232.88º | 0.79% | 0.58% | - |
| XYZ | 6.93 | 4.34 | 28.91 | - |
| YUV | 52.67 | 182.36 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 149 | 0.79 | 0.70 | 0 | 0.42 | 232.88 | 0.66 | 0.35 |
| Hex | 1F | 2D | 95 | 4F | 46 | 0 | 2A | E9 | 42 | 23 |
| Octal | 37 | 55 | 225 | 117 | 106 | 0 | 52 | 351 | 102 | 43 |
| Binary | 11111 | 101101 | 10010101 | 1001111 | 1000110 | 0 | 101010 | 11101001 | 1000010 | 100011 |
Color Harmonies of #1F2D95
Complementary color
Monochromatic Colors of #1F2D95
Black with #1F2D95
Text Example
Text Example
White with #1F2D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D95; }
p { color: rgb(31,45,149); }
H1.HeaderClassName
{
color: #1F2D95;
}
.AnyTagClassName
{
color: #1F2D95;
}
</style>
background-color css
<style>
a { background-color: #1F2D95; }
a { background-color: rgb(31,45,149); }
div.DivClassName
{
background-color: #1F2D95;
}
.BgClassName
{
background-color: #1F2D95;
}
</style>
border-color css
<style>
span { border-color: #1F2D95; }
span { border-color: rgb(31,45,149); }
td.TdClassName
{
border-color: #1F2D95;
}
.TagClassName
{
border-color: #1F2D95;
}
</style>