Shades of Egyptian Blue #1F339B
Tints of Egyptian Blue #1F339B
RGB
CMYK
RGB Variations
Color information
#1F339B (or 0x1F339B) is known color: Egyptian Blue. HEX triplet: 1F, 33 and 9B. RGB value is (31,51,155). Sum of RGB (Red+Green+Blue) = 31+51+155=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F339B is #E0CC64. Grayscale: #383838. Windows color (decimal): -14732389 or 10171167. OLE color: 10171167.
HSL color Cylindrical-coordinate representation of color #1F339B: hue angle of 230.32º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F339B is Cyan = 0.8, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 51 | 155 | - |
| CMYK | 0.8 | 0.67 | 0 | 0.39 |
| HSL | 230.32º | 0.67% | 0.36% | - |
| HSV(B) | 230.32º | 0.8% | 0.61% | - |
| XYZ | 7.67 | 5.03 | 31.58 | - |
| YUV | 56.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 155 | 0.8 | 0.67 | 0 | 0.39 | 230.32 | 0.67 | 0.36 |
| Hex | 1F | 33 | 9B | 50 | 43 | 0 | 27 | E6 | 43 | 24 |
| Octal | 37 | 63 | 233 | 120 | 103 | 0 | 47 | 346 | 103 | 44 |
| Binary | 11111 | 110011 | 10011011 | 1010000 | 1000011 | 0 | 100111 | 11100110 | 1000011 | 100100 |
Color Harmonies of #1F339B
Complementary color
Monochromatic Colors of #1F339B
Black with #1F339B
Text Example
Text Example
White with #1F339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F339B; }
p { color: rgb(31,51,155); }
H1.HeaderClassName
{
color: #1F339B;
}
.AnyTagClassName
{
color: #1F339B;
}
</style>
background-color css
<style>
a { background-color: #1F339B; }
a { background-color: rgb(31,51,155); }
div.DivClassName
{
background-color: #1F339B;
}
.BgClassName
{
background-color: #1F339B;
}
</style>
border-color css
<style>
span { border-color: #1F339B; }
span { border-color: rgb(31,51,155); }
td.TdClassName
{
border-color: #1F339B;
}
.TagClassName
{
border-color: #1F339B;
}
</style>