Shades of Egyptian Blue #143F94
Tints of Egyptian Blue #143F94
RGB
CMYK
RGB Variations
Color information
#143F94 (or 0x143F94) is known color: Egyptian Blue. HEX triplet: 14, 3F and 94. RGB value is (20,63,148). Sum of RGB (Red+Green+Blue) = 20+63+148=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #143F94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F94 is #EBC06B. Grayscale: #3B3B3B. Windows color (decimal): -15450220 or 9715476. OLE color: 9715476.
HSL color Cylindrical-coordinate representation of color #143F94: hue angle of 219.84º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143F94 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 63 | 148 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.42 |
| HSL | 219.84º | 0.76% | 0.33% | - |
| HSV(B) | 219.84º | 0.86% | 0.58% | - |
| XYZ | 7.41 | 5.84 | 28.75 | - |
| YUV | 59.83 | 177.75 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 148 | 0.86 | 0.57 | 0 | 0.42 | 219.84 | 0.76 | 0.33 |
| Hex | 14 | 3F | 94 | 56 | 39 | 0 | 2A | DC | 4C | 21 |
| Octal | 24 | 77 | 224 | 126 | 71 | 0 | 52 | 334 | 114 | 41 |
| Binary | 10100 | 111111 | 10010100 | 1010110 | 111001 | 0 | 101010 | 11011100 | 1001100 | 100001 |
Color Harmonies of #143F94
Complementary color
Monochromatic Colors of #143F94
Black with #143F94
Text Example
Text Example
White with #143F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F94; }
p { color: rgb(20,63,148); }
H1.HeaderClassName
{
color: #143F94;
}
.AnyTagClassName
{
color: #143F94;
}
</style>
background-color css
<style>
a { background-color: #143F94; }
a { background-color: rgb(20,63,148); }
div.DivClassName
{
background-color: #143F94;
}
.BgClassName
{
background-color: #143F94;
}
</style>
border-color css
<style>
span { border-color: #143F94; }
span { border-color: rgb(20,63,148); }
td.TdClassName
{
border-color: #143F94;
}
.TagClassName
{
border-color: #143F94;
}
</style>