Shades of Egyptian Blue #1F269C
Tints of Egyptian Blue #1F269C
RGB
CMYK
RGB Variations
Color information
#1F269C (or 0x1F269C) is known color: Egyptian Blue. HEX triplet: 1F, 26 and 9C. RGB value is (31,38,156). Sum of RGB (Red+Green+Blue) = 31+38+156=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 156 (61.33% from 255 or 69.33% from 225); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F269C is #E0D963. Grayscale: #303030. Windows color (decimal): -14735716 or 10233375. OLE color: 10233375.
HSL color Cylindrical-coordinate representation of color #1F269C: hue angle of 236.64º 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 #1F269C is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 38 | 156 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.39 |
| HSL | 236.64º | 0.67% | 0.37% | - |
| HSV(B) | 236.64º | 0.8% | 0.61% | - |
| XYZ | 7.26 | 4.08 | 31.86 | - |
| YUV | 49.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 38 | 156 | 0.80 | 0.76 | 0 | 0.39 | 236.64 | 0.67 | 0.37 |
| Hex | 1F | 26 | 9C | 50 | 4C | 0 | 27 | ED | 43 | 25 |
| Octal | 37 | 46 | 234 | 120 | 114 | 0 | 47 | 355 | 103 | 45 |
| Binary | 11111 | 100110 | 10011100 | 1010000 | 1001100 | 0 | 100111 | 11101101 | 1000011 | 100101 |
Color Harmonies of #1F269C
Complementary color
Monochromatic Colors of #1F269C
Black with #1F269C
Text Example
Text Example
White with #1F269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F269C; }
p { color: rgb(31,38,156); }
H1.HeaderClassName
{
color: #1F269C;
}
.AnyTagClassName
{
color: #1F269C;
}
</style>
background-color css
<style>
a { background-color: #1F269C; }
a { background-color: rgb(31,38,156); }
div.DivClassName
{
background-color: #1F269C;
}
.BgClassName
{
background-color: #1F269C;
}
</style>
border-color css
<style>
span { border-color: #1F269C; }
span { border-color: rgb(31,38,156); }
td.TdClassName
{
border-color: #1F269C;
}
.TagClassName
{
border-color: #1F269C;
}
</style>