Shades of Egyptian Blue #143A9A
Tints of Egyptian Blue #143A9A
RGB
CMYK
RGB Variations
Color information
#143A9A (or 0x143A9A) is known color: Egyptian Blue. HEX triplet: 14, 3A and 9A. RGB value is (20,58,154). Sum of RGB (Red+Green+Blue) = 20+58+154=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 154 (60.55% from 255 or 66.38% from 232); Max value from RGB is 154 - color contains mainly: blue. Hex color #143A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A9A is #EBC565. Grayscale: #393939. Windows color (decimal): -15451494 or 10107412. OLE color: 10107412.
HSL color Cylindrical-coordinate representation of color #143A9A: hue angle of 222.99º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143A9A is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 58 | 154 | - |
| CMYK | 0.87 | 0.62 | 0 | 0.40 |
| HSL | 222.99º | 0.77% | 0.34% | - |
| HSV(B) | 222.99º | 0.87% | 0.6% | - |
| XYZ | 7.63 | 5.51 | 31.23 | - |
| YUV | 57.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 154 | 0.87 | 0.62 | 0 | 0.40 | 222.99 | 0.77 | 0.34 |
| Hex | 14 | 3A | 9A | 57 | 3E | 0 | 28 | DF | 4D | 22 |
| Octal | 24 | 72 | 232 | 127 | 76 | 0 | 50 | 337 | 115 | 42 |
| Binary | 10100 | 111010 | 10011010 | 1010111 | 111110 | 0 | 101000 | 11011111 | 1001101 | 100010 |
Color Harmonies of #143A9A
Complementary color
Monochromatic Colors of #143A9A
Black with #143A9A
Text Example
Text Example
White with #143A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A9A; }
p { color: rgb(20,58,154); }
H1.HeaderClassName
{
color: #143A9A;
}
.AnyTagClassName
{
color: #143A9A;
}
</style>
background-color css
<style>
a { background-color: #143A9A; }
a { background-color: rgb(20,58,154); }
div.DivClassName
{
background-color: #143A9A;
}
.BgClassName
{
background-color: #143A9A;
}
</style>
border-color css
<style>
span { border-color: #143A9A; }
span { border-color: rgb(20,58,154); }
td.TdClassName
{
border-color: #143A9A;
}
.TagClassName
{
border-color: #143A9A;
}
</style>