#143FA6

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

Shades of Egyptian Blue #143FA6

Tints of Egyptian Blue #143FA6

Color information

#143FA6 (or 0x143FA6) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3F and A6. RGB value is (20,63,166). Sum of RGB (Red+Green+Blue) = 20+63+166=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 166 (65.23% from 255 or 66.67% from 249); Max value from RGB is 166 - color contains mainly: blue. Hex color #143FA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FA6 is #EBC059. Grayscale: #3D3D3D. Windows color (decimal): -15450202 or 10895124. OLE color: 10895124.

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

Color convert

RGB2063166-
CMYK0.880.6200.35
HSL222.33º78.49%36.47%-
HSV(B)222.33º87.95%65.1%-
XYZ8.956.4636.85-
YUV61.88186.7598.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 166 (65.23% from 255) = 66.67%
R=8.03%
G=25.30%
B=66.67%

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
Decimal20631660.880.6200.35222.3378.4936.47
Hex143FA6583E023de4e24
Octal24772461307604333611644
Binary101001111111010011010110001111100100011110111101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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