Shades of Egyptian Blue #1F26AA
Tints of Egyptian Blue #1F26AA
RGB
CMYK
RGB Variations
Color information
#1F26AA (or 0x1F26AA) is known color: Egyptian Blue. HEX triplet: 1F, 26 and AA. RGB value is (31,38,170). Sum of RGB (Red+Green+Blue) = 31+38+170=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 170 (66.80% from 255 or 71.13% from 239); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F26AA is #E0D955. Grayscale: #323232. Windows color (decimal): -14735702 or 11150879. OLE color: 11150879.
HSL color Cylindrical-coordinate representation of color #1F26AA: hue angle of 236.98º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F26AA is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 38 | 170 | - |
| CMYK | 0.82 | 0.78 | 0 | 0.33 |
| HSL | 236.98º | 0.69% | 0.39% | - |
| HSV(B) | 236.98º | 0.82% | 0.67% | - |
| XYZ | 8.51 | 4.58 | 38.47 | - |
| YUV | 50.96 | 195.18 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 170 | 0.82 | 0.78 | 0 | 0.33 | 236.98 | 0.69 | 0.39 |
| Hex | 1F | 26 | AA | 52 | 4E | 0 | 21 | ED | 45 | 27 |
| Octal | 37 | 46 | 252 | 122 | 116 | 0 | 41 | 355 | 105 | 47 |
| Binary | 11111 | 100110 | 10101010 | 1010010 | 1001110 | 0 | 100001 | 11101101 | 1000101 | 100111 |
Color Harmonies of #1F26AA
Complementary color
Monochromatic Colors of #1F26AA
Black with #1F26AA
Text Example
Text Example
White with #1F26AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F26AA; }
p { color: rgb(31,38,170); }
H1.HeaderClassName
{
color: #1F26AA;
}
.AnyTagClassName
{
color: #1F26AA;
}
</style>
background-color css
<style>
a { background-color: #1F26AA; }
a { background-color: rgb(31,38,170); }
div.DivClassName
{
background-color: #1F26AA;
}
.BgClassName
{
background-color: #1F26AA;
}
</style>
border-color css
<style>
span { border-color: #1F26AA; }
span { border-color: rgb(31,38,170); }
td.TdClassName
{
border-color: #1F26AA;
}
.TagClassName
{
border-color: #1F26AA;
}
</style>