Shades of Egyptian Blue #1F43A0
Tints of Egyptian Blue #1F43A0
RGB
CMYK
RGB Variations
Color information
#1F43A0 (or 0x1F43A0) is known color: Egyptian Blue. HEX triplet: 1F, 43 and A0. RGB value is (31,67,160). Sum of RGB (Red+Green+Blue) = 31+67+160=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #1F43A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F43A0 is #E0BC5F. Grayscale: #424242. Windows color (decimal): -14728288 or 10502943. OLE color: 10502943.
HSL color Cylindrical-coordinate representation of color #1F43A0: hue angle of 223.26º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F43A0 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 31 | 67 | 160 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.37 |
| HSL | 223.26º | 0.68% | 0.37% | - |
| HSV(B) | 223.26º | 0.81% | 0.63% | - |
| XYZ | 8.92 | 6.84 | 34.11 | - |
| YUV | 66.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 160 | 0.81 | 0.58 | 0 | 0.37 | 223.26 | 0.68 | 0.37 |
| Hex | 1F | 43 | A0 | 51 | 3A | 0 | 25 | DF | 44 | 25 |
| Octal | 37 | 103 | 240 | 121 | 72 | 0 | 45 | 337 | 104 | 45 |
| Binary | 11111 | 1000011 | 10100000 | 1010001 | 111010 | 0 | 100101 | 11011111 | 1000100 | 100101 |
Color Harmonies of #1F43A0
Complementary color
Monochromatic Colors of #1F43A0
Black with #1F43A0
Text Example
Text Example
White with #1F43A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F43A0; }
p { color: rgb(31,67,160); }
H1.HeaderClassName
{
color: #1F43A0;
}
.AnyTagClassName
{
color: #1F43A0;
}
</style>
background-color css
<style>
a { background-color: #1F43A0; }
a { background-color: rgb(31,67,160); }
div.DivClassName
{
background-color: #1F43A0;
}
.BgClassName
{
background-color: #1F43A0;
}
</style>
border-color css
<style>
span { border-color: #1F43A0; }
span { border-color: rgb(31,67,160); }
td.TdClassName
{
border-color: #1F43A0;
}
.TagClassName
{
border-color: #1F43A0;
}
</style>