Shades of Egyptian Blue #1F309C
Tints of Egyptian Blue #1F309C
RGB
CMYK
RGB Variations
Color information
#1F309C (or 0x1F309C) is known color: Egyptian Blue. HEX triplet: 1F, 30 and 9C. RGB value is (31,48,156). Sum of RGB (Red+Green+Blue) = 31+48+156=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 156 (61.33% from 255 or 66.38% from 235); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F309C is #E0CF63. Grayscale: #363636. Windows color (decimal): -14733156 or 10235935. OLE color: 10235935.
HSL color Cylindrical-coordinate representation of color #1F309C: hue angle of 231.84º 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 #1F309C is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 48 | 156 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.39 |
| HSL | 231.84º | 0.67% | 0.37% | - |
| HSV(B) | 231.84º | 0.8% | 0.61% | - |
| XYZ | 7.62 | 4.81 | 31.98 | - |
| YUV | 55.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 156 | 0.80 | 0.69 | 0 | 0.39 | 231.84 | 0.67 | 0.37 |
| Hex | 1F | 30 | 9C | 50 | 45 | 0 | 27 | E8 | 43 | 25 |
| Octal | 37 | 60 | 234 | 120 | 105 | 0 | 47 | 350 | 103 | 45 |
| Binary | 11111 | 110000 | 10011100 | 1010000 | 1000101 | 0 | 100111 | 11101000 | 1000011 | 100101 |
Color Harmonies of #1F309C
Complementary color
Monochromatic Colors of #1F309C
Black with #1F309C
Text Example
Text Example
White with #1F309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F309C; }
p { color: rgb(31,48,156); }
H1.HeaderClassName
{
color: #1F309C;
}
.AnyTagClassName
{
color: #1F309C;
}
</style>
background-color css
<style>
a { background-color: #1F309C; }
a { background-color: rgb(31,48,156); }
div.DivClassName
{
background-color: #1F309C;
}
.BgClassName
{
background-color: #1F309C;
}
</style>
border-color css
<style>
span { border-color: #1F309C; }
span { border-color: rgb(31,48,156); }
td.TdClassName
{
border-color: #1F309C;
}
.TagClassName
{
border-color: #1F309C;
}
</style>