Shades of Egyptian Blue #1F359C
Tints of Egyptian Blue #1F359C
RGB
CMYK
RGB Variations
Color information
#1F359C (or 0x1F359C) is known color: Egyptian Blue. HEX triplet: 1F, 35 and 9C. RGB value is (31,53,156). Sum of RGB (Red+Green+Blue) = 31+53+156=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F359C is #E0CA63. Grayscale: #393939. Windows color (decimal): -14731876 or 10237215. OLE color: 10237215.
HSL color Cylindrical-coordinate representation of color #1F359C: hue angle of 229.44º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F359C is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 53 | 156 | - |
| CMYK | 0.80 | 0.66 | 0 | 0.39 |
| HSL | 229.44º | 0.67% | 0.37% | - |
| HSV(B) | 229.44º | 0.8% | 0.61% | - |
| XYZ | 7.84 | 5.24 | 32.05 | - |
| YUV | 58.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 156 | 0.80 | 0.66 | 0 | 0.39 | 229.44 | 0.67 | 0.37 |
| Hex | 1F | 35 | 9C | 50 | 42 | 0 | 27 | E5 | 43 | 25 |
| Octal | 37 | 65 | 234 | 120 | 102 | 0 | 47 | 345 | 103 | 45 |
| Binary | 11111 | 110101 | 10011100 | 1010000 | 1000010 | 0 | 100111 | 11100101 | 1000011 | 100101 |
Color Harmonies of #1F359C
Complementary color
Monochromatic Colors of #1F359C
Black with #1F359C
Text Example
Text Example
White with #1F359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F359C; }
p { color: rgb(31,53,156); }
H1.HeaderClassName
{
color: #1F359C;
}
.AnyTagClassName
{
color: #1F359C;
}
</style>
background-color css
<style>
a { background-color: #1F359C; }
a { background-color: rgb(31,53,156); }
div.DivClassName
{
background-color: #1F359C;
}
.BgClassName
{
background-color: #1F359C;
}
</style>
border-color css
<style>
span { border-color: #1F359C; }
span { border-color: rgb(31,53,156); }
td.TdClassName
{
border-color: #1F359C;
}
.TagClassName
{
border-color: #1F359C;
}
</style>