Shades of Egyptian Blue #14248F
Tints of Egyptian Blue #14248F
RGB
CMYK
RGB Variations
Color information
#14248F (or 0x14248F) is known color: Egyptian Blue. HEX triplet: 14, 24 and 8F. RGB value is (20,36,143). Sum of RGB (Red+Green+Blue) = 20+36+143=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 143 (56.25% from 255 or 71.86% from 199); Max value from RGB is 143 - color contains mainly: blue. Hex color #14248F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14248F is #EBDB70. Grayscale: #2A2A2A. Windows color (decimal): -15457137 or 9380884. OLE color: 9380884.
HSL color Cylindrical-coordinate representation of color #14248F: hue angle of 232.2º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14248F is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 36 | 143 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.44 |
| HSL | 232.2º | 0.75% | 0.32% | - |
| HSV(B) | 232.2º | 0.86% | 0.56% | - |
| XYZ | 5.88 | 3.39 | 26.33 | - |
| YUV | 43.41 | 184.2 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 143 | 0.86 | 0.75 | 0 | 0.44 | 232.2 | 0.75 | 0.32 |
| Hex | 14 | 24 | 8F | 56 | 4B | 0 | 2C | E8 | 4B | 20 |
| Octal | 24 | 44 | 217 | 126 | 113 | 0 | 54 | 350 | 113 | 40 |
| Binary | 10100 | 100100 | 10001111 | 1010110 | 1001011 | 0 | 101100 | 11101000 | 1001011 | 100000 |
Color Harmonies of #14248F
Complementary color
Monochromatic Colors of #14248F
Black with #14248F
Text Example
Text Example
White with #14248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14248F; }
p { color: rgb(20,36,143); }
H1.HeaderClassName
{
color: #14248F;
}
.AnyTagClassName
{
color: #14248F;
}
</style>
background-color css
<style>
a { background-color: #14248F; }
a { background-color: rgb(20,36,143); }
div.DivClassName
{
background-color: #14248F;
}
.BgClassName
{
background-color: #14248F;
}
</style>
border-color css
<style>
span { border-color: #14248F; }
span { border-color: rgb(20,36,143); }
td.TdClassName
{
border-color: #14248F;
}
.TagClassName
{
border-color: #14248F;
}
</style>