Shades of Egyptian Blue #14259F
Tints of Egyptian Blue #14259F
RGB
CMYK
RGB Variations
Color information
#14259F (or 0x14259F) is known color: Egyptian Blue. HEX triplet: 14, 25 and 9F. RGB value is (20,37,159). Sum of RGB (Red+Green+Blue) = 20+37+159=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 159 (62.5% from 255 or 73.61% from 216); Max value from RGB is 159 - color contains mainly: blue. Hex color #14259F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14259F is #EBDA60. Grayscale: #2D2D2D. Windows color (decimal): -15456865 or 10429716. OLE color: 10429716.
HSL color Cylindrical-coordinate representation of color #14259F: hue angle of 232.66º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14259F is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 37 | 159 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.38 |
| HSL | 232.66º | 0.78% | 0.35% | - |
| HSV(B) | 232.66º | 0.87% | 0.62% | - |
| XYZ | 7.21 | 3.98 | 33.19 | - |
| YUV | 45.83 | 191.87 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 159 | 0.87 | 0.77 | 0 | 0.38 | 232.66 | 0.78 | 0.35 |
| Hex | 14 | 25 | 9F | 57 | 4D | 0 | 26 | E9 | 4E | 23 |
| Octal | 24 | 45 | 237 | 127 | 115 | 0 | 46 | 351 | 116 | 43 |
| Binary | 10100 | 100101 | 10011111 | 1010111 | 1001101 | 0 | 100110 | 11101001 | 1001110 | 100011 |
Color Harmonies of #14259F
Complementary color
Monochromatic Colors of #14259F
Black with #14259F
Text Example
Text Example
White with #14259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14259F; }
p { color: rgb(20,37,159); }
H1.HeaderClassName
{
color: #14259F;
}
.AnyTagClassName
{
color: #14259F;
}
</style>
background-color css
<style>
a { background-color: #14259F; }
a { background-color: rgb(20,37,159); }
div.DivClassName
{
background-color: #14259F;
}
.BgClassName
{
background-color: #14259F;
}
</style>
border-color css
<style>
span { border-color: #14259F; }
span { border-color: rgb(20,37,159); }
td.TdClassName
{
border-color: #14259F;
}
.TagClassName
{
border-color: #14259F;
}
</style>