#143FA5

Color #143FA5 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #143FA5

Tints of Egyptian Blue #143FA5

Color information

#143FA5 (or 0x143FA5) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3F and A5. RGB value is (20,63,165). Sum of RGB (Red+Green+Blue) = 20+63+165=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 165 (64.84% from 255 or 66.53% from 248); Max value from RGB is 165 - color contains mainly: blue. Hex color #143FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FA5 is #EBC05A. Grayscale: #3D3D3D. Windows color (decimal): -15450203 or 10829588. OLE color: 10829588.

HSL color Cylindrical-coordinate representation of color #143FA5: hue angle of 222.21º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143FA5 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2063165-
CMYK0.880.6200.35
HSL222.21º78.38%36.27%-
HSV(B)222.21º87.88%64.71%-
XYZ8.866.4236.37-
YUV61.77186.2598.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 63 (25% from 255) = 25.40%
BLUE value IS 165 (64.84% from 255) = 66.53%
R=8.06%
G=25.40%
B=66.53%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20631650.880.6200.35222.2178.3836.27
Hex143FA5583E023de4e24
Octal24772451307604333611644
Binary101001111111010010110110001111100100011110111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143FA5; }

 p { color: rgb(20,63,165); }

 H1.HeaderClassName
 {
   color: #143FA5;
 }
 .AnyTagClassName
 {
   color: #143FA5;
 }
</style>
background-color css

<style>
 a { background-color: #143FA5; }

 a { background-color: rgb(20,63,165); }

 div.DivClassName
 {
   background-color: #143FA5;
 }
 .BgClassName
 {
   background-color: #143FA5;
 }
</style>
border-color css

<style>
 span { border-color: #143FA5; }

 span { border-color: rgb(20,63,165); }

 td.TdClassName
 {
   border-color: #143FA5;
 }
 .TagClassName
 {
   border-color: #143FA5;
 }
</style>