Shades of Egyptian Blue #143CAF
Tints of Egyptian Blue #143CAF
RGB
CMYK
RGB Variations
Color information
#143CAF (or 0x143CAF) is known color: Egyptian Blue. HEX triplet: 14, 3C and AF. RGB value is (20,60,175). Sum of RGB (Red+Green+Blue) = 20+60+175=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #143CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143CAF is #EBC350. Grayscale: #3C3C3C. Windows color (decimal): -15450961 or 11484180. OLE color: 11484180.
HSL color Cylindrical-coordinate representation of color #143CAF: hue angle of 224.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143CAF is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 60 | 175 | - |
| CMYK | 0.89 | 0.66 | 0 | 0.31 |
| HSL | 224.52º | 0.79% | 0.38% | - |
| HSV(B) | 224.52º | 0.89% | 0.69% | - |
| XYZ | 9.64 | 6.48 | 41.3 | - |
| YUV | 61.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 175 | 0.89 | 0.66 | 0 | 0.31 | 224.52 | 0.79 | 0.38 |
| Hex | 14 | 3C | AF | 59 | 42 | 0 | 1F | E1 | 4F | 26 |
| Octal | 24 | 74 | 257 | 131 | 102 | 0 | 37 | 341 | 117 | 46 |
| Binary | 10100 | 111100 | 10101111 | 1011001 | 1000010 | 0 | 11111 | 11100001 | 1001111 | 100110 |
Color Harmonies of #143CAF
Complementary color
Monochromatic Colors of #143CAF
Black with #143CAF
Text Example
Text Example
White with #143CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143CAF; }
p { color: rgb(20,60,175); }
H1.HeaderClassName
{
color: #143CAF;
}
.AnyTagClassName
{
color: #143CAF;
}
</style>
background-color css
<style>
a { background-color: #143CAF; }
a { background-color: rgb(20,60,175); }
div.DivClassName
{
background-color: #143CAF;
}
.BgClassName
{
background-color: #143CAF;
}
</style>
border-color css
<style>
span { border-color: #143CAF; }
span { border-color: rgb(20,60,175); }
td.TdClassName
{
border-color: #143CAF;
}
.TagClassName
{
border-color: #143CAF;
}
</style>