Shades of Egyptian Blue #143D9C
Tints of Egyptian Blue #143D9C
RGB
CMYK
RGB Variations
Color information
#143D9C (or 0x143D9C) is known color: Egyptian Blue. HEX triplet: 14, 3D and 9C. RGB value is (20,61,156). Sum of RGB (Red+Green+Blue) = 20+61+156=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #143D9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D9C is #EBC263. Grayscale: #3B3B3B. Windows color (decimal): -15450724 or 10239252. OLE color: 10239252.
HSL color Cylindrical-coordinate representation of color #143D9C: hue angle of 221.91º 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 #143D9C is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 20 | 61 | 156 | - |
| CMYK | 0.87 | 0.61 | 0 | 0.39 |
| HSL | 221.91º | 0.77% | 0.35% | - |
| HSV(B) | 221.91º | 0.87% | 0.61% | - |
| XYZ | 7.96 | 5.89 | 32.17 | - |
| YUV | 59.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 156 | 0.87 | 0.61 | 0 | 0.39 | 221.91 | 0.77 | 0.35 |
| Hex | 14 | 3D | 9C | 57 | 3D | 0 | 27 | DE | 4D | 23 |
| Octal | 24 | 75 | 234 | 127 | 75 | 0 | 47 | 336 | 115 | 43 |
| Binary | 10100 | 111101 | 10011100 | 1010111 | 111101 | 0 | 100111 | 11011110 | 1001101 | 100011 |
Color Harmonies of #143D9C
Complementary color
Monochromatic Colors of #143D9C
Black with #143D9C
Text Example
Text Example
White with #143D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D9C; }
p { color: rgb(20,61,156); }
H1.HeaderClassName
{
color: #143D9C;
}
.AnyTagClassName
{
color: #143D9C;
}
</style>
background-color css
<style>
a { background-color: #143D9C; }
a { background-color: rgb(20,61,156); }
div.DivClassName
{
background-color: #143D9C;
}
.BgClassName
{
background-color: #143D9C;
}
</style>
border-color css
<style>
span { border-color: #143D9C; }
span { border-color: rgb(20,61,156); }
td.TdClassName
{
border-color: #143D9C;
}
.TagClassName
{
border-color: #143D9C;
}
</style>