Shades of Egyptian Blue #1F269D
Tints of Egyptian Blue #1F269D
RGB
CMYK
RGB Variations
Color information
#1F269D (or 0x1F269D) is known color: Egyptian Blue. HEX triplet: 1F, 26 and 9D. RGB value is (31,38,157). Sum of RGB (Red+Green+Blue) = 31+38+157=226 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.72% from 226); Green value is 38 (15.23% from 255 or 16.81% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F269D is #E0D962. Grayscale: #303030. Windows color (decimal): -14735715 or 10298911. OLE color: 10298911.
HSL color Cylindrical-coordinate representation of color #1F269D: hue angle of 236.67º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F269D is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 38 | 157 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.38 |
| HSL | 236.67º | 0.67% | 0.37% | - |
| HSV(B) | 236.67º | 0.8% | 0.62% | - |
| XYZ | 7.34 | 4.11 | 32.3 | - |
| YUV | 49.47 | 188.68 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 157 | 0.80 | 0.76 | 0 | 0.38 | 236.67 | 0.67 | 0.37 |
| Hex | 1F | 26 | 9D | 50 | 4C | 0 | 26 | ED | 43 | 25 |
| Octal | 37 | 46 | 235 | 120 | 114 | 0 | 46 | 355 | 103 | 45 |
| Binary | 11111 | 100110 | 10011101 | 1010000 | 1001100 | 0 | 100110 | 11101101 | 1000011 | 100101 |
Color Harmonies of #1F269D
Complementary color
Monochromatic Colors of #1F269D
Black with #1F269D
Text Example
Text Example
White with #1F269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F269D; }
p { color: rgb(31,38,157); }
H1.HeaderClassName
{
color: #1F269D;
}
.AnyTagClassName
{
color: #1F269D;
}
</style>
background-color css
<style>
a { background-color: #1F269D; }
a { background-color: rgb(31,38,157); }
div.DivClassName
{
background-color: #1F269D;
}
.BgClassName
{
background-color: #1F269D;
}
</style>
border-color css
<style>
span { border-color: #1F269D; }
span { border-color: rgb(31,38,157); }
td.TdClassName
{
border-color: #1F269D;
}
.TagClassName
{
border-color: #1F269D;
}
</style>