Shades of Egyptian Blue #143FAB
Tints of Egyptian Blue #143FAB
RGB
CMYK
RGB Variations
Color information
#143FAB (or 0x143FAB) is known color: Egyptian Blue. HEX triplet: 14, 3F and AB. RGB value is (20,63,171). Sum of RGB (Red+Green+Blue) = 20+63+171=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #143FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FAB is #EBC054. Grayscale: #3D3D3D. Windows color (decimal): -15450197 or 11222804. OLE color: 11222804.
HSL color Cylindrical-coordinate representation of color #143FAB: hue angle of 222.91º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143FAB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 63 | 171 | - |
| CMYK | 0.88 | 0.63 | 0 | 0.33 |
| HSL | 222.91º | 0.79% | 0.37% | - |
| HSV(B) | 222.91º | 0.88% | 0.67% | - |
| XYZ | 9.42 | 6.64 | 39.31 | - |
| YUV | 62.46 | 189.25 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 171 | 0.88 | 0.63 | 0 | 0.33 | 222.91 | 0.79 | 0.37 |
| Hex | 14 | 3F | AB | 58 | 3F | 0 | 21 | DF | 4F | 25 |
| Octal | 24 | 77 | 253 | 130 | 77 | 0 | 41 | 337 | 117 | 45 |
| Binary | 10100 | 111111 | 10101011 | 1011000 | 111111 | 0 | 100001 | 11011111 | 1001111 | 100101 |
Color Harmonies of #143FAB
Complementary color
Monochromatic Colors of #143FAB
Black with #143FAB
Text Example
Text Example
White with #143FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143FAB; }
p { color: rgb(20,63,171); }
H1.HeaderClassName
{
color: #143FAB;
}
.AnyTagClassName
{
color: #143FAB;
}
</style>
background-color css
<style>
a { background-color: #143FAB; }
a { background-color: rgb(20,63,171); }
div.DivClassName
{
background-color: #143FAB;
}
.BgClassName
{
background-color: #143FAB;
}
</style>
border-color css
<style>
span { border-color: #143FAB; }
span { border-color: rgb(20,63,171); }
td.TdClassName
{
border-color: #143FAB;
}
.TagClassName
{
border-color: #143FAB;
}
</style>