Shades of Egyptian Blue #143AAF
Tints of Egyptian Blue #143AAF
RGB
CMYK
RGB Variations
Color information
#143AAF (or 0x143AAF) is known color: Egyptian Blue. HEX triplet: 14, 3A and AF. RGB value is (20,58,175). Sum of RGB (Red+Green+Blue) = 20+58+175=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #143AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143AAF is #EBC550. Grayscale: #3B3B3B. Windows color (decimal): -15451473 or 11483668. OLE color: 11483668.
HSL color Cylindrical-coordinate representation of color #143AAF: hue angle of 225.29º 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 #143AAF is Cyan = 0.89, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 58 | 175 | - |
| CMYK | 0.89 | 0.67 | 0 | 0.31 |
| HSL | 225.29º | 0.79% | 0.38% | - |
| HSV(B) | 225.29º | 0.89% | 0.69% | - |
| XYZ | 9.54 | 6.27 | 41.26 | - |
| YUV | 59.98 | 192.91 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 175 | 0.89 | 0.67 | 0 | 0.31 | 225.29 | 0.79 | 0.38 |
| Hex | 14 | 3A | AF | 59 | 43 | 0 | 1F | E1 | 4F | 26 |
| Octal | 24 | 72 | 257 | 131 | 103 | 0 | 37 | 341 | 117 | 46 |
| Binary | 10100 | 111010 | 10101111 | 1011001 | 1000011 | 0 | 11111 | 11100001 | 1001111 | 100110 |
Color Harmonies of #143AAF
Complementary color
Monochromatic Colors of #143AAF
Black with #143AAF
Text Example
Text Example
White with #143AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143AAF; }
p { color: rgb(20,58,175); }
H1.HeaderClassName
{
color: #143AAF;
}
.AnyTagClassName
{
color: #143AAF;
}
</style>
background-color css
<style>
a { background-color: #143AAF; }
a { background-color: rgb(20,58,175); }
div.DivClassName
{
background-color: #143AAF;
}
.BgClassName
{
background-color: #143AAF;
}
</style>
border-color css
<style>
span { border-color: #143AAF; }
span { border-color: rgb(20,58,175); }
td.TdClassName
{
border-color: #143AAF;
}
.TagClassName
{
border-color: #143AAF;
}
</style>