Shades of Egyptian Blue #1F399C
Tints of Egyptian Blue #1F399C
RGB
CMYK
RGB Variations
Color information
#1F399C (or 0x1F399C) is known color: Egyptian Blue. HEX triplet: 1F, 39 and 9C. RGB value is (31,57,156). Sum of RGB (Red+Green+Blue) = 31+57+156=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F399C is #E0C663. Grayscale: #3C3C3C. Windows color (decimal): -14730852 or 10238239. OLE color: 10238239.
HSL color Cylindrical-coordinate representation of color #1F399C: hue angle of 227.52º 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 #1F399C is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 57 | 156 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.39 |
| HSL | 227.52º | 0.67% | 0.37% | - |
| HSV(B) | 227.52º | 0.8% | 0.61% | - |
| XYZ | 8.03 | 5.62 | 32.11 | - |
| YUV | 60.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 156 | 0.80 | 0.63 | 0 | 0.39 | 227.52 | 0.67 | 0.37 |
| Hex | 1F | 39 | 9C | 50 | 3F | 0 | 27 | E4 | 43 | 25 |
| Octal | 37 | 71 | 234 | 120 | 77 | 0 | 47 | 344 | 103 | 45 |
| Binary | 11111 | 111001 | 10011100 | 1010000 | 111111 | 0 | 100111 | 11100100 | 1000011 | 100101 |
Color Harmonies of #1F399C
Complementary color
Monochromatic Colors of #1F399C
Black with #1F399C
Text Example
Text Example
White with #1F399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F399C; }
p { color: rgb(31,57,156); }
H1.HeaderClassName
{
color: #1F399C;
}
.AnyTagClassName
{
color: #1F399C;
}
</style>
background-color css
<style>
a { background-color: #1F399C; }
a { background-color: rgb(31,57,156); }
div.DivClassName
{
background-color: #1F399C;
}
.BgClassName
{
background-color: #1F399C;
}
</style>
border-color css
<style>
span { border-color: #1F399C; }
span { border-color: rgb(31,57,156); }
td.TdClassName
{
border-color: #1F399C;
}
.TagClassName
{
border-color: #1F399C;
}
</style>