Shades of Egyptian Blue #1F4597
Tints of Egyptian Blue #1F4597
RGB
CMYK
RGB Variations
Color information
#1F4597 (or 0x1F4597) is known color: Egyptian Blue. HEX triplet: 1F, 45 and 97. RGB value is (31,69,151). Sum of RGB (Red+Green+Blue) = 31+69+151=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #1F4597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4597 is #E0BA68. Grayscale: #424242. Windows color (decimal): -14727785 or 9913631. OLE color: 9913631.
HSL color Cylindrical-coordinate representation of color #1F4597: hue angle of 221º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F4597 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 31 | 69 | 151 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.41 |
| HSL | 221º | 0.66% | 0.36% | - |
| HSV(B) | 221º | 0.79% | 0.59% | - |
| XYZ | 8.28 | 6.78 | 30.15 | - |
| YUV | 66.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 69 | 151 | 0.79 | 0.54 | 0 | 0.41 | 221 | 0.66 | 0.36 |
| Hex | 1F | 45 | 97 | 4F | 36 | 0 | 29 | DD | 42 | 24 |
| Octal | 37 | 105 | 227 | 117 | 66 | 0 | 51 | 335 | 102 | 44 |
| Binary | 11111 | 1000101 | 10010111 | 1001111 | 110110 | 0 | 101001 | 11011101 | 1000010 | 100100 |
Color Harmonies of #1F4597
Complementary color
Monochromatic Colors of #1F4597
Black with #1F4597
Text Example
Text Example
White with #1F4597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4597; }
p { color: rgb(31,69,151); }
H1.HeaderClassName
{
color: #1F4597;
}
.AnyTagClassName
{
color: #1F4597;
}
</style>
background-color css
<style>
a { background-color: #1F4597; }
a { background-color: rgb(31,69,151); }
div.DivClassName
{
background-color: #1F4597;
}
.BgClassName
{
background-color: #1F4597;
}
</style>
border-color css
<style>
span { border-color: #1F4597; }
span { border-color: rgb(31,69,151); }
td.TdClassName
{
border-color: #1F4597;
}
.TagClassName
{
border-color: #1F4597;
}
</style>