#143CA6

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

Shades of Egyptian Blue #143CA6

Tints of Egyptian Blue #143CA6

Color information

#143CA6 (or 0x143CA6) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3C and A6. RGB value is (20,60,166). Sum of RGB (Red+Green+Blue) = 20+60+166=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 166 (65.23% from 255 or 67.48% from 246); Max value from RGB is 166 - color contains mainly: blue. Hex color #143CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143CA6 is #EBC359. Grayscale: #3B3B3B. Windows color (decimal): -15450970 or 10894356. OLE color: 10894356.

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

Color convert

RGB2060166-
CMYK0.880.6400.35
HSL223.56º78.49%36.47%-
HSV(B)223.56º87.95%65.1%-
XYZ8.796.1336.8-
YUV60.12187.7599.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 166 (65.23% from 255) = 67.48%
R=8.13%
G=24.39%
B=67.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20601660.880.6400.35223.5678.4936.47
Hex143CA65840023e04e24
Octal247424613010004334011644
Binary1010011110010100110101100010000000100011111000001001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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