Shades of Egyptian Blue #1F24AB
Tints of Egyptian Blue #1F24AB
RGB
CMYK
RGB Variations
Color information
#1F24AB (or 0x1F24AB) is known color: Egyptian Blue. HEX triplet: 1F, 24 and AB. RGB value is (31,36,171). Sum of RGB (Red+Green+Blue) = 31+36+171=238 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.03% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 171 (67.19% from 255 or 71.85% from 238); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F24AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F24AB is #E0DB54. Grayscale: #313131. Windows color (decimal): -14736213 or 11215903. OLE color: 11215903.
HSL color Cylindrical-coordinate representation of color #1F24AB: hue angle of 237.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F24AB is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 36 | 171 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.33 |
| HSL | 237.86º | 0.69% | 0.4% | - |
| HSV(B) | 237.86º | 0.82% | 0.67% | - |
| XYZ | 8.55 | 4.49 | 38.94 | - |
| YUV | 49.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 171 | 0.82 | 0.79 | 0 | 0.33 | 237.86 | 0.69 | 0.4 |
| Hex | 1F | 24 | AB | 52 | 4F | 0 | 21 | EE | 45 | 28 |
| Octal | 37 | 44 | 253 | 122 | 117 | 0 | 41 | 356 | 105 | 50 |
| Binary | 11111 | 100100 | 10101011 | 1010010 | 1001111 | 0 | 100001 | 11101110 | 1000101 | 101000 |
Color Harmonies of #1F24AB
Complementary color
Monochromatic Colors of #1F24AB
Black with #1F24AB
Text Example
Text Example
White with #1F24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F24AB; }
p { color: rgb(31,36,171); }
H1.HeaderClassName
{
color: #1F24AB;
}
.AnyTagClassName
{
color: #1F24AB;
}
</style>
background-color css
<style>
a { background-color: #1F24AB; }
a { background-color: rgb(31,36,171); }
div.DivClassName
{
background-color: #1F24AB;
}
.BgClassName
{
background-color: #1F24AB;
}
</style>
border-color css
<style>
span { border-color: #1F24AB; }
span { border-color: rgb(31,36,171); }
td.TdClassName
{
border-color: #1F24AB;
}
.TagClassName
{
border-color: #1F24AB;
}
</style>