Shades of Egyptian Blue #1F3695
Tints of Egyptian Blue #1F3695
RGB
CMYK
RGB Variations
Color information
#1F3695 (or 0x1F3695) is known color: Egyptian Blue. HEX triplet: 1F, 36 and 95. RGB value is (31,54,149). Sum of RGB (Red+Green+Blue) = 31+54+149=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F3695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3695 is #E0C96A. Grayscale: #393939. Windows color (decimal): -14731627 or 9778719. OLE color: 9778719.
HSL color Cylindrical-coordinate representation of color #1F3695: hue angle of 228.31º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F3695 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 31 | 54 | 149 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.42 |
| HSL | 228.31º | 0.66% | 0.35% | - |
| HSV(B) | 228.31º | 0.79% | 0.58% | - |
| XYZ | 7.31 | 5.1 | 29.03 | - |
| YUV | 57.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 149 | 0.79 | 0.64 | 0 | 0.42 | 228.31 | 0.66 | 0.35 |
| Hex | 1F | 36 | 95 | 4F | 40 | 0 | 2A | E4 | 42 | 23 |
| Octal | 37 | 66 | 225 | 117 | 100 | 0 | 52 | 344 | 102 | 43 |
| Binary | 11111 | 110110 | 10010101 | 1001111 | 1000000 | 0 | 101010 | 11100100 | 1000010 | 100011 |
Color Harmonies of #1F3695
Complementary color
Monochromatic Colors of #1F3695
Black with #1F3695
Text Example
Text Example
White with #1F3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3695; }
p { color: rgb(31,54,149); }
H1.HeaderClassName
{
color: #1F3695;
}
.AnyTagClassName
{
color: #1F3695;
}
</style>
background-color css
<style>
a { background-color: #1F3695; }
a { background-color: rgb(31,54,149); }
div.DivClassName
{
background-color: #1F3695;
}
.BgClassName
{
background-color: #1F3695;
}
</style>
border-color css
<style>
span { border-color: #1F3695; }
span { border-color: rgb(31,54,149); }
td.TdClassName
{
border-color: #1F3695;
}
.TagClassName
{
border-color: #1F3695;
}
</style>