Shades of Egyptian Blue #14459F
Tints of Egyptian Blue #14459F
RGB
CMYK
RGB Variations
Color information
#14459F (or 0x14459F) is known color: Egyptian Blue. HEX triplet: 14, 45 and 9F. RGB value is (20,69,159). Sum of RGB (Red+Green+Blue) = 20+69+159=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #14459F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14459F is #EBBA60. Grayscale: #404040. Windows color (decimal): -15448673 or 10437908. OLE color: 10437908.
HSL color Cylindrical-coordinate representation of color #14459F: hue angle of 218.85º 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 #14459F is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 69 | 159 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.38 |
| HSL | 218.85º | 0.78% | 0.35% | - |
| HSV(B) | 218.85º | 0.87% | 0.62% | - |
| XYZ | 8.67 | 6.91 | 33.68 | - |
| YUV | 64.61 | 181.27 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 69 | 159 | 0.87 | 0.57 | 0 | 0.38 | 218.85 | 0.78 | 0.35 |
| Hex | 14 | 45 | 9F | 57 | 39 | 0 | 26 | DB | 4E | 23 |
| Octal | 24 | 105 | 237 | 127 | 71 | 0 | 46 | 333 | 116 | 43 |
| Binary | 10100 | 1000101 | 10011111 | 1010111 | 111001 | 0 | 100110 | 11011011 | 1001110 | 100011 |
Color Harmonies of #14459F
Complementary color
Monochromatic Colors of #14459F
Black with #14459F
Text Example
Text Example
White with #14459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14459F; }
p { color: rgb(20,69,159); }
H1.HeaderClassName
{
color: #14459F;
}
.AnyTagClassName
{
color: #14459F;
}
</style>
background-color css
<style>
a { background-color: #14459F; }
a { background-color: rgb(20,69,159); }
div.DivClassName
{
background-color: #14459F;
}
.BgClassName
{
background-color: #14459F;
}
</style>
border-color css
<style>
span { border-color: #14459F; }
span { border-color: rgb(20,69,159); }
td.TdClassName
{
border-color: #14459F;
}
.TagClassName
{
border-color: #14459F;
}
</style>