Shades of Egyptian Blue #14439C
Tints of Egyptian Blue #14439C
RGB
CMYK
RGB Variations
Color information
#14439C (or 0x14439C) is known color: Egyptian Blue. HEX triplet: 14, 43 and 9C. RGB value is (20,67,156). Sum of RGB (Red+Green+Blue) = 20+67+156=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #14439C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14439C is #EBBC63. Grayscale: #3E3E3E. Windows color (decimal): -15449188 or 10240788. OLE color: 10240788.
HSL color Cylindrical-coordinate representation of color #14439C: hue angle of 219.26º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14439C is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 67 | 156 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.39 |
| HSL | 219.26º | 0.77% | 0.35% | - |
| HSV(B) | 219.26º | 0.87% | 0.61% | - |
| XYZ | 8.3 | 6.56 | 32.28 | - |
| YUV | 63.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 156 | 0.87 | 0.57 | 0 | 0.39 | 219.26 | 0.77 | 0.35 |
| Hex | 14 | 43 | 9C | 57 | 39 | 0 | 27 | DB | 4D | 23 |
| Octal | 24 | 103 | 234 | 127 | 71 | 0 | 47 | 333 | 115 | 43 |
| Binary | 10100 | 1000011 | 10011100 | 1010111 | 111001 | 0 | 100111 | 11011011 | 1001101 | 100011 |
Color Harmonies of #14439C
Complementary color
Monochromatic Colors of #14439C
Black with #14439C
Text Example
Text Example
White with #14439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14439C; }
p { color: rgb(20,67,156); }
H1.HeaderClassName
{
color: #14439C;
}
.AnyTagClassName
{
color: #14439C;
}
</style>
background-color css
<style>
a { background-color: #14439C; }
a { background-color: rgb(20,67,156); }
div.DivClassName
{
background-color: #14439C;
}
.BgClassName
{
background-color: #14439C;
}
</style>
border-color css
<style>
span { border-color: #14439C; }
span { border-color: rgb(20,67,156); }
td.TdClassName
{
border-color: #14439C;
}
.TagClassName
{
border-color: #14439C;
}
</style>