Shades of Egyptian Blue #14338F
Tints of Egyptian Blue #14338F
RGB
CMYK
RGB Variations
Color information
#14338F (or 0x14338F) is known color: Egyptian Blue. HEX triplet: 14, 33 and 8F. RGB value is (20,51,143). Sum of RGB (Red+Green+Blue) = 20+51+143=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #14338F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14338F is #EBCC70. Grayscale: #333333. Windows color (decimal): -15453297 or 9384724. OLE color: 9384724.
HSL color Cylindrical-coordinate representation of color #14338F: hue angle of 224.88º 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 #14338F is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 51 | 143 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.44 |
| HSL | 224.88º | 0.75% | 0.32% | - |
| HSV(B) | 224.88º | 0.86% | 0.56% | - |
| XYZ | 6.43 | 4.5 | 26.52 | - |
| YUV | 52.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 143 | 0.86 | 0.64 | 0 | 0.44 | 224.88 | 0.75 | 0.32 |
| Hex | 14 | 33 | 8F | 56 | 40 | 0 | 2C | E1 | 4B | 20 |
| Octal | 24 | 63 | 217 | 126 | 100 | 0 | 54 | 341 | 113 | 40 |
| Binary | 10100 | 110011 | 10001111 | 1010110 | 1000000 | 0 | 101100 | 11100001 | 1001011 | 100000 |
Color Harmonies of #14338F
Complementary color
Monochromatic Colors of #14338F
Black with #14338F
Text Example
Text Example
White with #14338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14338F; }
p { color: rgb(20,51,143); }
H1.HeaderClassName
{
color: #14338F;
}
.AnyTagClassName
{
color: #14338F;
}
</style>
background-color css
<style>
a { background-color: #14338F; }
a { background-color: rgb(20,51,143); }
div.DivClassName
{
background-color: #14338F;
}
.BgClassName
{
background-color: #14338F;
}
</style>
border-color css
<style>
span { border-color: #14338F; }
span { border-color: rgb(20,51,143); }
td.TdClassName
{
border-color: #14338F;
}
.TagClassName
{
border-color: #14338F;
}
</style>