Shades of Egyptian Blue #14259D
Tints of Egyptian Blue #14259D
RGB
CMYK
RGB Variations
Color information
#14259D (or 0x14259D) is known color: Egyptian Blue. HEX triplet: 14, 25 and 9D. RGB value is (20,37,157). Sum of RGB (Red+Green+Blue) = 20+37+157=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #14259D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14259D is #EBDA62. Grayscale: #2D2D2D. Windows color (decimal): -15456867 or 10298644. OLE color: 10298644.
HSL color Cylindrical-coordinate representation of color #14259D: hue angle of 232.55º degrees, saturation: 0.77, 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 #14259D is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 37 | 157 | - |
| CMYK | 0.87 | 0.76 | 0 | 0.38 |
| HSL | 232.55º | 0.77% | 0.35% | - |
| HSV(B) | 232.55º | 0.87% | 0.62% | - |
| XYZ | 7.04 | 3.91 | 32.28 | - |
| YUV | 45.6 | 190.87 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 157 | 0.87 | 0.76 | 0 | 0.38 | 232.55 | 0.77 | 0.35 |
| Hex | 14 | 25 | 9D | 57 | 4C | 0 | 26 | E9 | 4D | 23 |
| Octal | 24 | 45 | 235 | 127 | 114 | 0 | 46 | 351 | 115 | 43 |
| Binary | 10100 | 100101 | 10011101 | 1010111 | 1001100 | 0 | 100110 | 11101001 | 1001101 | 100011 |
Color Harmonies of #14259D
Complementary color
Monochromatic Colors of #14259D
Black with #14259D
Text Example
Text Example
White with #14259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14259D; }
p { color: rgb(20,37,157); }
H1.HeaderClassName
{
color: #14259D;
}
.AnyTagClassName
{
color: #14259D;
}
</style>
background-color css
<style>
a { background-color: #14259D; }
a { background-color: rgb(20,37,157); }
div.DivClassName
{
background-color: #14259D;
}
.BgClassName
{
background-color: #14259D;
}
</style>
border-color css
<style>
span { border-color: #14259D; }
span { border-color: rgb(20,37,157); }
td.TdClassName
{
border-color: #14259D;
}
.TagClassName
{
border-color: #14259D;
}
</style>