Shades of Egyptian Blue #1F249F
Tints of Egyptian Blue #1F249F
RGB
CMYK
RGB Variations
Color information
#1F249F (or 0x1F249F) is known color: Egyptian Blue. HEX triplet: 1F, 24 and 9F. RGB value is (31,36,159). Sum of RGB (Red+Green+Blue) = 31+36+159=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F249F is #E0DB60. Grayscale: #303030. Windows color (decimal): -14736225 or 10429471. OLE color: 10429471.
HSL color Cylindrical-coordinate representation of color #1F249F: hue angle of 237.66º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F249F is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 36 | 159 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.38 |
| HSL | 237.66º | 0.67% | 0.37% | - |
| HSV(B) | 237.66º | 0.81% | 0.62% | - |
| XYZ | 7.45 | 4.06 | 33.19 | - |
| YUV | 48.53 | 190.34 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 159 | 0.81 | 0.77 | 0 | 0.38 | 237.66 | 0.67 | 0.37 |
| Hex | 1F | 24 | 9F | 51 | 4D | 0 | 26 | EE | 43 | 25 |
| Octal | 37 | 44 | 237 | 121 | 115 | 0 | 46 | 356 | 103 | 45 |
| Binary | 11111 | 100100 | 10011111 | 1010001 | 1001101 | 0 | 100110 | 11101110 | 1000011 | 100101 |
Color Harmonies of #1F249F
Complementary color
Monochromatic Colors of #1F249F
Black with #1F249F
Text Example
Text Example
White with #1F249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F249F; }
p { color: rgb(31,36,159); }
H1.HeaderClassName
{
color: #1F249F;
}
.AnyTagClassName
{
color: #1F249F;
}
</style>
background-color css
<style>
a { background-color: #1F249F; }
a { background-color: rgb(31,36,159); }
div.DivClassName
{
background-color: #1F249F;
}
.BgClassName
{
background-color: #1F249F;
}
</style>
border-color css
<style>
span { border-color: #1F249F; }
span { border-color: rgb(31,36,159); }
td.TdClassName
{
border-color: #1F249F;
}
.TagClassName
{
border-color: #1F249F;
}
</style>