Shades of Egyptian Blue #1F279B
Tints of Egyptian Blue #1F279B
RGB
CMYK
RGB Variations
Color information
#1F279B (or 0x1F279B) is known color: Egyptian Blue. HEX triplet: 1F, 27 and 9B. RGB value is (31,39,155). Sum of RGB (Red+Green+Blue) = 31+39+155=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F279B is #E0D864. Grayscale: #313131. Windows color (decimal): -14735461 or 10168095. OLE color: 10168095.
HSL color Cylindrical-coordinate representation of color #1F279B: hue angle of 236.13º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F279B is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 39 | 155 | - |
| CMYK | 0.8 | 0.75 | 0 | 0.39 |
| HSL | 236.13º | 0.67% | 0.36% | - |
| HSV(B) | 236.13º | 0.8% | 0.61% | - |
| XYZ | 7.21 | 4.11 | 31.42 | - |
| YUV | 49.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 155 | 0.8 | 0.75 | 0 | 0.39 | 236.13 | 0.67 | 0.36 |
| Hex | 1F | 27 | 9B | 50 | 4B | 0 | 27 | EC | 43 | 24 |
| Octal | 37 | 47 | 233 | 120 | 113 | 0 | 47 | 354 | 103 | 44 |
| Binary | 11111 | 100111 | 10011011 | 1010000 | 1001011 | 0 | 100111 | 11101100 | 1000011 | 100100 |
Color Harmonies of #1F279B
Complementary color
Monochromatic Colors of #1F279B
Black with #1F279B
Text Example
Text Example
White with #1F279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F279B; }
p { color: rgb(31,39,155); }
H1.HeaderClassName
{
color: #1F279B;
}
.AnyTagClassName
{
color: #1F279B;
}
</style>
background-color css
<style>
a { background-color: #1F279B; }
a { background-color: rgb(31,39,155); }
div.DivClassName
{
background-color: #1F279B;
}
.BgClassName
{
background-color: #1F279B;
}
</style>
border-color css
<style>
span { border-color: #1F279B; }
span { border-color: rgb(31,39,155); }
td.TdClassName
{
border-color: #1F279B;
}
.TagClassName
{
border-color: #1F279B;
}
</style>