#143EA6

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

Shades of Egyptian Blue #143EA6

Tints of Egyptian Blue #143EA6

Color information

#143EA6 (or 0x143EA6) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3E and A6. RGB value is (20,62,166). Sum of RGB (Red+Green+Blue) = 20+62+166=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #143EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143EA6 is #EBC159. Grayscale: #3C3C3C. Windows color (decimal): -15450458 or 10894868. OLE color: 10894868.

HSL color Cylindrical-coordinate representation of color #143EA6: hue angle of 222.74º 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 #143EA6 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2062166-
CMYK0.880.6300.35
HSL222.74º78.49%36.47%-
HSV(B)222.74º87.95%65.1%-
XYZ8.896.3536.83-
YUV61.3187.0998.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 62 (24.61% from 255) = 25%
BLUE value IS 166 (65.23% from 255) = 66.94%
R=8.06%
G=25%
B=66.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20621660.880.6300.35222.7478.4936.47
Hex143EA6583F023df4e24
Octal24762461307704333711644
Binary101001111101010011010110001111110100011110111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,62,166); }

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

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

 a { background-color: rgb(20,62,166); }

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

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

 span { border-color: rgb(20,62,166); }

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