Shades of Egyptian Blue #1F2B9E
Tints of Egyptian Blue #1F2B9E
RGB
CMYK
RGB Variations
Color information
#1F2B9E (or 0x1F2B9E) is known color: Egyptian Blue. HEX triplet: 1F, 2B and 9E. RGB value is (31,43,158). Sum of RGB (Red+Green+Blue) = 31+43+158=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #1F2B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2B9E is #E0D461. Grayscale: #343434. Windows color (decimal): -14734434 or 10365727. OLE color: 10365727.
HSL color Cylindrical-coordinate representation of color #1F2B9E: hue angle of 234.33º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F2B9E is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 43 | 158 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.38 |
| HSL | 234.33º | 0.67% | 0.37% | - |
| HSV(B) | 234.33º | 0.8% | 0.62% | - |
| XYZ | 7.6 | 4.49 | 32.81 | - |
| YUV | 52.52 | 187.52 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 158 | 0.80 | 0.73 | 0 | 0.38 | 234.33 | 0.67 | 0.37 |
| Hex | 1F | 2B | 9E | 50 | 49 | 0 | 26 | EA | 43 | 25 |
| Octal | 37 | 53 | 236 | 120 | 111 | 0 | 46 | 352 | 103 | 45 |
| Binary | 11111 | 101011 | 10011110 | 1010000 | 1001001 | 0 | 100110 | 11101010 | 1000011 | 100101 |
Color Harmonies of #1F2B9E
Complementary color
Monochromatic Colors of #1F2B9E
Black with #1F2B9E
Text Example
Text Example
White with #1F2B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B9E; }
p { color: rgb(31,43,158); }
H1.HeaderClassName
{
color: #1F2B9E;
}
.AnyTagClassName
{
color: #1F2B9E;
}
</style>
background-color css
<style>
a { background-color: #1F2B9E; }
a { background-color: rgb(31,43,158); }
div.DivClassName
{
background-color: #1F2B9E;
}
.BgClassName
{
background-color: #1F2B9E;
}
</style>
border-color css
<style>
span { border-color: #1F2B9E; }
span { border-color: rgb(31,43,158); }
td.TdClassName
{
border-color: #1F2B9E;
}
.TagClassName
{
border-color: #1F2B9E;
}
</style>