Shades of Egyptian Blue #1F269B
Tints of Egyptian Blue #1F269B
RGB
CMYK
RGB Variations
Color information
#1F269B (or 0x1F269B) is known color: Egyptian Blue. HEX triplet: 1F, 26 and 9B. RGB value is (31,38,155). Sum of RGB (Red+Green+Blue) = 31+38+155=224 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.84% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 155 (60.94% from 255 or 69.20% from 224); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F269B is #E0D964. Grayscale: #303030. Windows color (decimal): -14735717 or 10167839. OLE color: 10167839.
HSL color Cylindrical-coordinate representation of color #1F269B: hue angle of 236.61º 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 #1F269B is Cyan = 0.8, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 38 | 155 | - |
| CMYK | 0.8 | 0.75 | 0 | 0.39 |
| HSL | 236.61º | 0.67% | 0.36% | - |
| HSV(B) | 236.61º | 0.8% | 0.61% | - |
| XYZ | 7.17 | 4.04 | 31.41 | - |
| YUV | 49.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 155 | 0.8 | 0.75 | 0 | 0.39 | 236.61 | 0.67 | 0.36 |
| Hex | 1F | 26 | 9B | 50 | 4B | 0 | 27 | ED | 43 | 24 |
| Octal | 37 | 46 | 233 | 120 | 113 | 0 | 47 | 355 | 103 | 44 |
| Binary | 11111 | 100110 | 10011011 | 1010000 | 1001011 | 0 | 100111 | 11101101 | 1000011 | 100100 |
Color Harmonies of #1F269B
Complementary color
Monochromatic Colors of #1F269B
Black with #1F269B
Text Example
Text Example
White with #1F269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F269B; }
p { color: rgb(31,38,155); }
H1.HeaderClassName
{
color: #1F269B;
}
.AnyTagClassName
{
color: #1F269B;
}
</style>
background-color css
<style>
a { background-color: #1F269B; }
a { background-color: rgb(31,38,155); }
div.DivClassName
{
background-color: #1F269B;
}
.BgClassName
{
background-color: #1F269B;
}
</style>
border-color css
<style>
span { border-color: #1F269B; }
span { border-color: rgb(31,38,155); }
td.TdClassName
{
border-color: #1F269B;
}
.TagClassName
{
border-color: #1F269B;
}
</style>