Shades of Egyptian Blue #14439B
Tints of Egyptian Blue #14439B
RGB
CMYK
RGB Variations
Color information
#14439B (or 0x14439B) is known color: Egyptian Blue. HEX triplet: 14, 43 and 9B. RGB value is (20,67,155). Sum of RGB (Red+Green+Blue) = 20+67+155=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #14439B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14439B is #EBBC64. Grayscale: #3E3E3E. Windows color (decimal): -15449189 or 10175252. OLE color: 10175252.
HSL color Cylindrical-coordinate representation of color #14439B: hue angle of 219.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14439B is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 67 | 155 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.39 |
| HSL | 219.11º | 0.77% | 0.34% | - |
| HSV(B) | 219.11º | 0.87% | 0.61% | - |
| XYZ | 8.21 | 6.53 | 31.84 | - |
| YUV | 62.98 | 179.93 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 155 | 0.87 | 0.57 | 0 | 0.39 | 219.11 | 0.77 | 0.34 |
| Hex | 14 | 43 | 9B | 57 | 39 | 0 | 27 | DB | 4D | 22 |
| Octal | 24 | 103 | 233 | 127 | 71 | 0 | 47 | 333 | 115 | 42 |
| Binary | 10100 | 1000011 | 10011011 | 1010111 | 111001 | 0 | 100111 | 11011011 | 1001101 | 100010 |
Color Harmonies of #14439B
Complementary color
Monochromatic Colors of #14439B
Black with #14439B
Text Example
Text Example
White with #14439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14439B; }
p { color: rgb(20,67,155); }
H1.HeaderClassName
{
color: #14439B;
}
.AnyTagClassName
{
color: #14439B;
}
</style>
background-color css
<style>
a { background-color: #14439B; }
a { background-color: rgb(20,67,155); }
div.DivClassName
{
background-color: #14439B;
}
.BgClassName
{
background-color: #14439B;
}
</style>
border-color css
<style>
span { border-color: #14439B; }
span { border-color: rgb(20,67,155); }
td.TdClassName
{
border-color: #14439B;
}
.TagClassName
{
border-color: #14439B;
}
</style>