Shades of Egyptian Blue #1F229F
Tints of Egyptian Blue #1F229F
RGB
CMYK
RGB Variations
Color information
#1F229F (or 0x1F229F) is known color: Egyptian Blue. HEX triplet: 1F, 22 and 9F. RGB value is (31,34,159). Sum of RGB (Red+Green+Blue) = 31+34+159=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 159 (62.5% from 255 or 70.98% from 224); Max value from RGB is 159 - color contains mainly: blue. Hex color #1F229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F229F is #E0DD60. Grayscale: #2E2E2E. Windows color (decimal): -14736737 or 10428959. OLE color: 10428959.
HSL color Cylindrical-coordinate representation of color #1F229F: hue angle of 238.59º 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 #1F229F is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 34 | 159 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.38 |
| HSL | 238.59º | 0.67% | 0.37% | - |
| HSV(B) | 238.59º | 0.81% | 0.62% | - |
| XYZ | 7.4 | 3.94 | 33.17 | - |
| YUV | 47.35 | 191.01 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 159 | 0.81 | 0.79 | 0 | 0.38 | 238.59 | 0.67 | 0.37 |
| Hex | 1F | 22 | 9F | 51 | 4F | 0 | 26 | EF | 43 | 25 |
| Octal | 37 | 42 | 237 | 121 | 117 | 0 | 46 | 357 | 103 | 45 |
| Binary | 11111 | 100010 | 10011111 | 1010001 | 1001111 | 0 | 100110 | 11101111 | 1000011 | 100101 |
Color Harmonies of #1F229F
Complementary color
Monochromatic Colors of #1F229F
Black with #1F229F
Text Example
Text Example
White with #1F229F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F229F; }
p { color: rgb(31,34,159); }
H1.HeaderClassName
{
color: #1F229F;
}
.AnyTagClassName
{
color: #1F229F;
}
</style>
background-color css
<style>
a { background-color: #1F229F; }
a { background-color: rgb(31,34,159); }
div.DivClassName
{
background-color: #1F229F;
}
.BgClassName
{
background-color: #1F229F;
}
</style>
border-color css
<style>
span { border-color: #1F229F; }
span { border-color: rgb(31,34,159); }
td.TdClassName
{
border-color: #1F229F;
}
.TagClassName
{
border-color: #1F229F;
}
</style>